Html Css Color HEX #5815AA Purple Heart

📋 copy color: '#5815AA'

red 88 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #5815AA

Tints of Purple Heart #5815AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 31.54%
G = 7.53%
B = 60.93%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5815AA (or 0x5815AA) is known color: Purple Heart. HEX triplet: 58, 15 and AA. RGB value is (88,21,170). Sum of RGB (Red+Green+Blue) = 88+21+170=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #5815AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5815AA is #A7EA55. Grayscale: #393939. Windows color (decimal): -11004502 or 11146584. OLE color: 11146584.

HSL color Cylindrical-coordinate representation of color #5815AA: hue angle of 266.98º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5815AA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 21 170 -
CMYK 0.48 0.88 0 0.33
HSL 266.98º 0.78% 0.37% -
HSV(B) 266.98º 0.88% 0.67% -
XYZ 11.55 5.51 38.49 -
YUV 58.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 88 21 170 0.48 0.88 0 0.33 266.98 0.78 0.37
Hex 58 15 AA 30 58 0 21 10B 4E 25
Octal 130 25 252 60 130 0 41 413 116 45
Binary 1011000 10101 10101010 110000 1011000 0 100001 100001011 1001110 100101

Color Harmonies of #5815AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5815AA

Black with #5815AA

Text Example


Text Example

White with #5815AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5815AA; }

 p { color: rgb(88,21,170); }

 H1.HeaderClassName
 {
   color: #5815AA;
 }
 .AnyTagClassName
 {
   color: #5815AA;
 }
</style>

background-color css

<style>
 a { background-color: #5815AA; }

 a { background-color: rgb(88,21,170); }

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

border-color css

<style>
 span { border-color: #5815AA; }

 span { border-color: rgb(88,21,170); }

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