Html Css Color HEX #5F22CE Purple Heart

📋 copy color: '#5F22CE'

red 95 ◦ green 34 ◦ blue 206

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

Shades of Purple Heart #5F22CE

Tints of Purple Heart #5F22CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

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

R = 28.36%
G = 10.15%
B = 61.49%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F22CE (or 0x5F22CE) is known color: Purple Heart. HEX triplet: 5F, 22 and CE. RGB value is (95,34,206). Sum of RGB (Red+Green+Blue) = 95+34+206=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F22CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F22CE is #A0DD31. Grayscale: #474747. Windows color (decimal): -10542386 or 13509215. OLE color: 13509215.

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

Color convert

RGB 95 34 206 -
CMYK 0.54 0.83 0 0.19
HSL 261.28º 0.72% 0.47% -
HSV(B) 261.28º 0.83% 0.81% -
XYZ 16.43 8.03 59.08 -
YUV 71.85 203.71 144.51 -
System Red Green Blue C M Y K H S L
Decimal 95 34 206 0.54 0.83 0 0.19 261.28 0.72 0.47
Hex 5F 22 CE 36 53 0 13 105 48 2F
Octal 137 42 316 66 123 0 23 405 110 57
Binary 1011111 100010 11001110 110110 1010011 0 10011 100000101 1001000 101111

Color Harmonies of #5F22CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F22CE

Black with #5F22CE

Text Example


Text Example

White with #5F22CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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