Html Css Color HEX #5F22AC Purple Heart

📋 copy color: '#5F22AC'

red 95 ◦ green 34 ◦ blue 172

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

Shades of Purple Heart #5F22AC

Tints of Purple Heart #5F22AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 31.56%
G = 11.3%
B = 57.14%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F22AC (or 0x5F22AC) is known color: Purple Heart. HEX triplet: 5F, 22 and AC. RGB value is (95,34,172). Sum of RGB (Red+Green+Blue) = 95+34+172=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F22AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F22AC is #A0DD53. Grayscale: #434343. Windows color (decimal): -10542420 or 11280991. OLE color: 11280991.

HSL color Cylindrical-coordinate representation of color #5F22AC: hue angle of 266.52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F22AC is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 34 172 -
CMYK 0.45 0.80 0 0.33
HSL 266.52º 0.67% 0.4% -
HSV(B) 266.52º 0.8% 0.67% -
XYZ 12.74 6.56 39.62 -
YUV 67.97 186.71 147.28 -
System Red Green Blue C M Y K H S L
Decimal 95 34 172 0.45 0.80 0 0.33 266.52 0.67 0.4
Hex 5F 22 AC 2D 50 0 21 10B 43 28
Octal 137 42 254 55 120 0 41 413 103 50
Binary 1011111 100010 10101100 101101 1010000 0 100001 100001011 1000011 101000

Color Harmonies of #5F22AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F22AC

Black with #5F22AC

Text Example


Text Example

White with #5F22AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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