Html Css Color HEX #5F2CCE Purple Heart

📋 copy color: '#5F2CCE'

red 95 ◦ green 44 ◦ blue 206

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

Shades of Purple Heart #5F2CCE

Tints of Purple Heart #5F2CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.75%

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

R = 27.54%
G = 12.75%
B = 59.71%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F2CCE (or 0x5F2CCE) is known color: Purple Heart. HEX triplet: 5F, 2C and CE. RGB value is (95,44,206). Sum of RGB (Red+Green+Blue) = 95+44+206=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F2CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2CCE is #A0D331. Grayscale: #4D4D4D. Windows color (decimal): -10539826 or 13511775. OLE color: 13511775.

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

Color convert

RGB 95 44 206 -
CMYK 0.54 0.79 0 0.19
HSL 258.89º 0.65% 0.49% -
HSV(B) 258.89º 0.79% 0.81% -
XYZ 16.76 8.69 59.19 -
YUV 77.72 200.4 140.33 -
System Red Green Blue C M Y K H S L
Decimal 95 44 206 0.54 0.79 0 0.19 258.89 0.65 0.49
Hex 5F 2C CE 36 4F 0 13 103 41 31
Octal 137 54 316 66 117 0 23 403 101 61
Binary 1011111 101100 11001110 110110 1001111 0 10011 100000011 1000001 110001

Color Harmonies of #5F2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2CCE

Black with #5F2CCE

Text Example


Text Example

White with #5F2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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