Html Css Color HEX #5F11CE Purple Heart

📋 copy color: '#5F11CE'

red 95 ◦ green 17 ◦ blue 206

#5F11CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5F11CE

Tints of Purple Heart #5F11CE

RGB

 RED value IS 95 (37.5% from 255) = 29.87%

 GREEN value IS 17 (7.03% from 255) = 5.35%

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 29.87%
G = 5.35%
B = 64.78%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F11CE (or 0x5F11CE) is known color: Purple Heart. HEX triplet: 5F, 11 and CE. RGB value is (95,17,206). Sum of RGB (Red+Green+Blue) = 95+17+206=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F11CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F11CE is #A0EE31. Grayscale: #3D3D3D. Windows color (decimal): -10546738 or 13504863. OLE color: 13504863.

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

Color convert

RGB 95 17 206 -
CMYK 0.54 0.92 0 0.19
HSL 264.76º 0.85% 0.44% -
HSV(B) 264.76º 0.92% 0.81% -
XYZ 16.06 7.29 58.95 -
YUV 61.87 209.34 151.63 -
System Red Green Blue C M Y K H S L
Decimal 95 17 206 0.54 0.92 0 0.19 264.76 0.85 0.44
Hex 5F 11 CE 36 5C 0 13 109 55 2C
Octal 137 21 316 66 134 0 23 411 125 54
Binary 1011111 10001 11001110 110110 1011100 0 10011 100001001 1010101 101100

Color Harmonies of #5F11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F11CE

Black with #5F11CE

Text Example


Text Example

White with #5F11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F11CE;
 }
 .AnyTagClassName
 {
   color: #5F11CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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