Html Css Color HEX #5822AB Purple Heart

📋 copy color: '#5822AB'

red 88 ◦ green 34 ◦ blue 171

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

Shades of Purple Heart #5822AB

Tints of Purple Heart #5822AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 30.03%
G = 11.6%
B = 58.36%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5822AB (or 0x5822AB) is known color: Purple Heart. HEX triplet: 58, 22 and AB. RGB value is (88,34,171). Sum of RGB (Red+Green+Blue) = 88+34+171=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #5822AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5822AB is #A7DD54. Grayscale: #414141. Windows color (decimal): -11001173 or 11215448. OLE color: 11215448.

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

Color convert

RGB 88 34 171 -
CMYK 0.49 0.80 0 0.33
HSL 263.65º 0.67% 0.4% -
HSV(B) 263.65º 0.8% 0.67% -
XYZ 11.95 6.16 39.09 -
YUV 65.76 187.39 143.86 -
System Red Green Blue C M Y K H S L
Decimal 88 34 171 0.49 0.80 0 0.33 263.65 0.67 0.4
Hex 58 22 AB 31 50 0 21 108 43 28
Octal 130 42 253 61 120 0 41 410 103 50
Binary 1011000 100010 10101011 110001 1010000 0 100001 100001000 1000011 101000

Color Harmonies of #5822AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5822AB

Black with #5822AB

Text Example


Text Example

White with #5822AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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