Html Css Color HEX #5812AB Purple Heart

📋 copy color: '#5812AB'

red 88 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #5812AB

Tints of Purple Heart #5812AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.73%

R = 31.77%
G = 6.5%
B = 61.73%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5812AB (or 0x5812AB) is known color: Purple Heart. HEX triplet: 58, 12 and AB. RGB value is (88,18,171). Sum of RGB (Red+Green+Blue) = 88+18+171=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #5812AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5812AB is #A7ED54. Grayscale: #373737. Windows color (decimal): -11005269 or 11211352. OLE color: 11211352.

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

Color convert

RGB 88 18 171 -
CMYK 0.49 0.89 0 0.33
HSL 267.45º 0.81% 0.37% -
HSV(B) 267.45º 0.89% 0.67% -
XYZ 11.59 5.45 38.97 -
YUV 56.37 192.69 150.56 -
System Red Green Blue C M Y K H S L
Decimal 88 18 171 0.49 0.89 0 0.33 267.45 0.81 0.37
Hex 58 12 AB 31 59 0 21 10B 51 25
Octal 130 22 253 61 131 0 41 413 121 45
Binary 1011000 10010 10101011 110001 1011001 0 100001 100001011 1010001 100101

Color Harmonies of #5812AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5812AB

Black with #5812AB

Text Example


Text Example

White with #5812AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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