#5F33CE

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

Shades of Purple Heart #5F33CE

Tints of Purple Heart #5F33CE

Color information

#5F33CE (or 0x5F33CE) is unknown color: approx Purple Heart. HEX triplet: 5F, 33 and CE. RGB value is (95,51,206). Sum of RGB (Red+Green+Blue) = 95+51+206=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F33CE is #A0CC31. Grayscale: #515151. Windows color (decimal): -10538034 or 13513567. OLE color: 13513567.

HSL color Cylindrical-coordinate representation of color #5F33CE: hue angle of 257.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F33CE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9551206-
CMYK0.540.7500.19
HSL257.03º61.26%50.39%-
HSV(B)257.03º75.24%80.78%-
XYZ17.049.2659.28-
YUV81.83198.08137.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 51 (20.31% from 255) = 14.49%
BLUE value IS 206 (80.86% from 255) = 58.52%
R=26.99%
G=14.49%
B=58.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal95512060.540.7500.19257.0361.2650.39
Hex5F33CE364B0131013d32
Octal13763316661130234017562
Binary1011111110011110011101101101001011010011100000001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F33CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,51,206); }

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

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

 a { background-color: rgb(95,51,206); }

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

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

 span { border-color: rgb(95,51,206); }

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