Html Css Color HEX #5F2ECE Purple Heart

📋 copy color: '#5F2ECE'

red 95 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #5F2ECE

Tints of Purple Heart #5F2ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.26%

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

R = 27.38%
G = 13.26%
B = 59.37%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F2ECE (or 0x5F2ECE) is known color: Purple Heart. HEX triplet: 5F, 2E and CE. RGB value is (95,46,206). Sum of RGB (Red+Green+Blue) = 95+46+206=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F2ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2ECE is #A0D131. Grayscale: #4E4E4E. Windows color (decimal): -10539314 or 13512287. OLE color: 13512287.

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

Color convert

RGB 95 46 206 -
CMYK 0.54 0.78 0 0.19
HSL 258.38º 0.63% 0.49% -
HSV(B) 258.38º 0.78% 0.81% -
XYZ 16.84 8.84 59.21 -
YUV 78.89 199.73 139.49 -
System Red Green Blue C M Y K H S L
Decimal 95 46 206 0.54 0.78 0 0.19 258.38 0.63 0.49
Hex 5F 2E CE 36 4E 0 13 102 3F 31
Octal 137 56 316 66 116 0 23 402 77 61
Binary 1011111 101110 11001110 110110 1001110 0 10011 100000010 111111 110001

Color Harmonies of #5F2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2ECE

Black with #5F2ECE

Text Example


Text Example

White with #5F2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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