#5f23c6

Color #5F23C6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5F23C6

Tints of Purple Heart #5F23C6

Color information

#5F23C6 (or 0x5F23C6) is unknown color: approx Purple Heart. HEX triplet: 5F, 23 and C6. RGB value is (95,35,198). Sum of RGB (Red+Green+Blue) = 95+35+198=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 198 (77.73% from 255 or 60.37% from 328); Max value from RGB is 198 - color contains mainly: blue. Hex color #5F23C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F23C6 is #A0DC39. Grayscale: #464646. Windows color (decimal): -10542138 or 12985183. OLE color: 12985183.

HSL color Cylindrical-coordinate representation of color #5F23C6: hue angle of 262.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F23C6 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9535198-
CMYK0.520.8200.22
HSL262.09º69.96%45.69%-
HSV(B)262.09º82.32%77.65%-
XYZ15.517.7154.1-
YUV71.52199.38144.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 28.96%
GREEN value IS 35 (14.06% from 255) = 10.67%
BLUE value IS 198 (77.73% from 255) = 60.37%
R=28.96%
G=10.67%
B=60.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95351980.520.8200.22262.0969.9645.69
Hex5F23C63452016106462e
Octal137433066412202640610656
Binary10111111000111100011011010010100100101101000001101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f23c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5f23c6; }

 p { color: rgb(95,35,198); }

 H1.HeaderClassName
 {
   color: #5f23c6;
 }
 .AnyTagClassName
 {
   color: #5f23c6;
 }
</style>
background-color css

<style>
 a { background-color: #5f23c6; }

 a { background-color: rgb(95,35,198); }

 div.DivClassName
 {
   background-color: #5f23c6;
 }
 .BgClassName
 {
   background-color: #5f23c6;
 }
</style>
border-color css

<style>
 span { border-color: #5f23c6; }

 span { border-color: rgb(95,35,198); }

 td.TdClassName
 {
   border-color: #5f23c6;
 }
 .TagClassName
 {
   border-color: #5f23c6;
 }
</style>