#5F11CD

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

Shades of Purple Heart #5F11CD

Tints of Purple Heart #5F11CD

Color information

#5F11CD (or 0x5F11CD) is unknown color: approx Purple Heart. HEX triplet: 5F, 11 and CD. RGB value is (95,17,205). Sum of RGB (Red+Green+Blue) = 95+17+205=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F11CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F11CD is #A0EE32. Grayscale: #3D3D3D. Windows color (decimal): -10546739 or 13439327. OLE color: 13439327.

HSL color Cylindrical-coordinate representation of color #5F11CD: hue angle of 264.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F11CD is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9517205-
CMYK0.540.9200.20
HSL264.89º84.68%43.53%-
HSV(B)264.89º91.71%80.39%-
XYZ15.947.2458.32-
YUV61.75208.84151.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.97%
GREEN value IS 17 (7.03% from 255) = 5.36%
BLUE value IS 205 (80.47% from 255) = 64.67%
R=29.97%
G=5.36%
B=64.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95172050.540.9200.20264.8984.6843.53
Hex5F11CD365C014109552c
Octal137213156613402441112554
Binary1011111100011100110111011010111000101001000010011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F11CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,17,205); }

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

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

 a { background-color: rgb(95,17,205); }

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

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

 span { border-color: rgb(95,17,205); }

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