Html Css Color HEX #5F0ECE Purple Heart

📋 copy color: '#5F0ECE'

red 95 ◦ green 14 ◦ blue 206

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

Shades of Purple Heart #5F0ECE

Tints of Purple Heart #5F0ECE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.44%

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

R = 30.16%
G = 4.44%
B = 65.4%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F0ECE (or 0x5F0ECE) is known color: Purple Heart. HEX triplet: 5F, 0E and CE. RGB value is (95,14,206). Sum of RGB (Red+Green+Blue) = 95+14+206=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F0ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0ECE is #A0F131. Grayscale: #3B3B3B. Windows color (decimal): -10547506 or 13504095. OLE color: 13504095.

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

Color convert

RGB 95 14 206 -
CMYK 0.54 0.93 0 0.19
HSL 265.31º 0.87% 0.43% -
HSV(B) 265.31º 0.93% 0.81% -
XYZ 16.02 7.2 58.94 -
YUV 60.11 210.34 152.89 -
System Red Green Blue C M Y K H S L
Decimal 95 14 206 0.54 0.93 0 0.19 265.31 0.87 0.43
Hex 5F E CE 36 5D 0 13 109 57 2B
Octal 137 16 316 66 135 0 23 411 127 53
Binary 1011111 1110 11001110 110110 1011101 0 10011 100001001 1010111 101011

Color Harmonies of #5F0ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0ECE

Black with #5F0ECE

Text Example


Text Example

White with #5F0ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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