#5F32CA

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

Shades of Purple Heart #5F32CA

Tints of Purple Heart #5F32CA

Color information

#5F32CA (or 0x5F32CA) is unknown color: approx Purple Heart. HEX triplet: 5F, 32 and CA. RGB value is (95,50,202). Sum of RGB (Red+Green+Blue) = 95+50+202=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F32CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F32CA is #A0CD35. Grayscale: #505050. Windows color (decimal): -10538294 or 13251167. OLE color: 13251167.

HSL color Cylindrical-coordinate representation of color #5F32CA: hue angle of 257.76º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F32CA is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9550202-
CMYK0.530.7500.21
HSL257.76º60.32%49.41%-
HSV(B)257.76º75.25%79.22%-
XYZ16.528.9856.74-
YUV80.78196.41138.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 202 (79.30% from 255) = 58.21%
R=27.38%
G=14.41%
B=58.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95502020.530.7500.21257.7660.3249.41
Hex5F32CA354B0151023c31
Octal13762312651130254027461
Binary1011111110010110010101101011001011010101100000010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F32CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,50,202); }

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

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

 a { background-color: rgb(95,50,202); }

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

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

 span { border-color: rgb(95,50,202); }

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