Html Css Color HEX #5F27CE Purple Heart

📋 copy color: '#5F27CE'

red 95 ◦ green 39 ◦ blue 206

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

Shades of Purple Heart #5F27CE

Tints of Purple Heart #5F27CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

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

R = 27.94%
G = 11.47%
B = 60.59%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F27CE (or 0x5F27CE) is known color: Purple Heart. HEX triplet: 5F, 27 and CE. RGB value is (95,39,206). Sum of RGB (Red+Green+Blue) = 95+39+206=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F27CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F27CE is #A0D831. Grayscale: #4A4A4A. Windows color (decimal): -10541106 or 13510495. OLE color: 13510495.

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

Color convert

RGB 95 39 206 -
CMYK 0.54 0.81 0 0.19
HSL 260.12º 0.68% 0.48% -
HSV(B) 260.12º 0.81% 0.81% -
XYZ 16.59 8.34 59.13 -
YUV 74.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 95 39 206 0.54 0.81 0 0.19 260.12 0.68 0.48
Hex 5F 27 CE 36 51 0 13 104 44 30
Octal 137 47 316 66 121 0 23 404 104 60
Binary 1011111 100111 11001110 110110 1010001 0 10011 100000100 1000100 110000

Color Harmonies of #5F27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F27CE

Black with #5F27CE

Text Example


Text Example

White with #5F27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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