Html Css Color HEX #5F32AC Purple Heart

📋 copy color: '#5F32AC'

red 95 ◦ green 50 ◦ blue 172

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

Shades of Purple Heart #5F32AC

Tints of Purple Heart #5F32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 29.97%
G = 15.77%
B = 54.26%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F32AC (or 0x5F32AC) is known color: Purple Heart. HEX triplet: 5F, 32 and AC. RGB value is (95,50,172). Sum of RGB (Red+Green+Blue) = 95+50+172=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F32AC is #A0CD53. Grayscale: #4C4C4C. Windows color (decimal): -10538324 or 11285087. OLE color: 11285087.

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

Color convert

RGB 95 50 172 -
CMYK 0.45 0.71 0 0.33
HSL 262.13º 0.55% 0.44% -
HSV(B) 262.13º 0.71% 0.67% -
XYZ 13.31 7.69 39.81 -
YUV 77.36 181.41 140.58 -
System Red Green Blue C M Y K H S L
Decimal 95 50 172 0.45 0.71 0 0.33 262.13 0.55 0.44
Hex 5F 32 AC 2D 47 0 21 106 37 2C
Octal 137 62 254 55 107 0 41 406 67 54
Binary 1011111 110010 10101100 101101 1000111 0 100001 100000110 110111 101100

Color Harmonies of #5F32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F32AC

Black with #5F32AC

Text Example


Text Example

White with #5F32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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