Html Css Color HEX #5812AC Purple Heart

📋 copy color: '#5812AC'

red 88 ◦ green 18 ◦ blue 172

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

Shades of Purple Heart #5812AC

Tints of Purple Heart #5812AC

RGB

 RED value IS 88 (34.77% from 255) = 31.65%

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 31.65%
G = 6.47%
B = 61.87%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5812AC (or 0x5812AC) is known color: Purple Heart. HEX triplet: 58, 12 and AC. RGB value is (88,18,172). Sum of RGB (Red+Green+Blue) = 88+18+172=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #5812AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5812AC is #A7ED53. Grayscale: #373737. Windows color (decimal): -11005268 or 11276888. OLE color: 11276888.

HSL color Cylindrical-coordinate representation of color #5812AC: hue angle of 267.27º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5812AC is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 18 172 -
CMYK 0.49 0.90 0 0.33
HSL 267.27º 0.81% 0.37% -
HSV(B) 267.27º 0.9% 0.67% -
XYZ 11.69 5.49 39.47 -
YUV 56.49 193.19 150.48 -
System Red Green Blue C M Y K H S L
Decimal 88 18 172 0.49 0.90 0 0.33 267.27 0.81 0.37
Hex 58 12 AC 31 5A 0 21 10B 51 25
Octal 130 22 254 61 132 0 41 413 121 45
Binary 1011000 10010 10101100 110001 1011010 0 100001 100001011 1010001 100101

Color Harmonies of #5812AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5812AC

Black with #5812AC

Text Example


Text Example

White with #5812AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5812AC; }

 p { color: rgb(88,18,172); }

 H1.HeaderClassName
 {
   color: #5812AC;
 }
 .AnyTagClassName
 {
   color: #5812AC;
 }
</style>

background-color css

<style>
 a { background-color: #5812AC; }

 a { background-color: rgb(88,18,172); }

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

border-color css

<style>
 span { border-color: #5812AC; }

 span { border-color: rgb(88,18,172); }

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