#5F1DCB

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

Shades of Purple Heart #5F1DCB

Tints of Purple Heart #5F1DCB

Color information

#5F1DCB (or 0x5F1DCB) is unknown color: approx Purple Heart. HEX triplet: 5F, 1D and CB. RGB value is (95,29,203). Sum of RGB (Red+Green+Blue) = 95+29+203=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F1DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1DCB is #A0E234. Grayscale: #434343. Windows color (decimal): -10543669 or 13311327. OLE color: 13311327.

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

Color convert

RGB9529203-
CMYK0.530.8600.20
HSL262.76º75%45.49%-
HSV(B)262.76º85.71%79.61%-
XYZ15.947.6257.13-
YUV68.57203.87146.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 29 (11.72% from 255) = 8.87%
BLUE value IS 203 (79.69% from 255) = 62.08%
R=29.05%
G=8.87%
B=62.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95292030.530.8600.20262.767545.49
Hex5F1DCB35560141074b2d
Octal137353136512602440711355
Binary1011111111011100101111010110101100101001000001111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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