#5F3ECB

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

Shades of Purple Heart #5F3ECB

Tints of Purple Heart #5F3ECB

Color information

#5F3ECB (or 0x5F3ECB) is unknown color: approx Purple Heart. HEX triplet: 5F, 3E and CB. RGB value is (95,62,203). Sum of RGB (Red+Green+Blue) = 95+62+203=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F3ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3ECB is #A0C134. Grayscale: #575757. Windows color (decimal): -10535221 or 13319775. OLE color: 13319775.

HSL color Cylindrical-coordinate representation of color #5F3ECB: hue angle of 254.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F3ECB is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9562203-
CMYK0.530.6900.20
HSL254.04º57.55%51.96%-
HSV(B)254.04º69.46%79.61%-
XYZ17.2210.1957.56-
YUV87.94192.93133.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.39%
GREEN value IS 62 (24.61% from 255) = 17.22%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=26.39%
G=17.22%
B=56.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95622030.530.6900.20254.0457.5551.96
Hex5F3ECB3545014fe3a34
Octal13776313651050243767264
Binary101111111111011001011110101100010101010011111110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,62,203); }

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

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

 a { background-color: rgb(95,62,203); }

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

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

 span { border-color: rgb(95,62,203); }

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