Html Css Color HEX #5F31AC Purple Heart

📋 copy color: '#5F31AC'

red 95 ◦ green 49 ◦ blue 172

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

Shades of Purple Heart #5F31AC

Tints of Purple Heart #5F31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 30.06%
G = 15.51%
B = 54.43%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F31AC (or 0x5F31AC) is known color: Purple Heart. HEX triplet: 5F, 31 and AC. RGB value is (95,49,172). Sum of RGB (Red+Green+Blue) = 95+49+172=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F31AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F31AC is #A0CE53. Grayscale: #4C4C4C. Windows color (decimal): -10538580 or 11284831. OLE color: 11284831.

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

Color convert

RGB 95 49 172 -
CMYK 0.45 0.72 0 0.33
HSL 262.44º 0.56% 0.43% -
HSV(B) 262.44º 0.72% 0.67% -
XYZ 13.26 7.61 39.8 -
YUV 76.78 181.74 141 -
System Red Green Blue C M Y K H S L
Decimal 95 49 172 0.45 0.72 0 0.33 262.44 0.56 0.43
Hex 5F 31 AC 2D 48 0 21 106 38 2B
Octal 137 61 254 55 110 0 41 406 70 53
Binary 1011111 110001 10101100 101101 1001000 0 100001 100000110 111000 101011

Color Harmonies of #5F31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F31AC

Black with #5F31AC

Text Example


Text Example

White with #5F31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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