Html Css Color HEX #5820AB Purple Heart

📋 copy color: '#5820AB'

red 88 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #5820AB

Tints of Purple Heart #5820AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 30.24%
G = 11%
B = 58.76%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5820AB (or 0x5820AB) is known color: Purple Heart. HEX triplet: 58, 20 and AB. RGB value is (88,32,171). Sum of RGB (Red+Green+Blue) = 88+32+171=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #5820AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5820AB is #A7DF54. Grayscale: #404040. Windows color (decimal): -11001685 or 11214936. OLE color: 11214936.

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

Color convert

RGB 88 32 171 -
CMYK 0.49 0.81 0 0.33
HSL 264.17º 0.68% 0.4% -
HSV(B) 264.17º 0.81% 0.67% -
XYZ 11.89 6.05 39.07 -
YUV 64.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 88 32 171 0.49 0.81 0 0.33 264.17 0.68 0.4
Hex 58 20 AB 31 51 0 21 108 44 28
Octal 130 40 253 61 121 0 41 410 104 50
Binary 1011000 100000 10101011 110001 1010001 0 100001 100001000 1000100 101000

Color Harmonies of #5820AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5820AB

Black with #5820AB

Text Example


Text Example

White with #5820AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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