Html Css Color HEX #5215AB Purple Heart

📋 copy color: '#5215AB'

red 82 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #5215AB

Tints of Purple Heart #5215AB

RGB

 RED value IS 82 (32.42% from 255) = 29.93%

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

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

R = 29.93%
G = 7.66%
B = 62.41%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5215AB (or 0x5215AB) is known color: Purple Heart. HEX triplet: 52, 15 and AB. RGB value is (82,21,171). Sum of RGB (Red+Green+Blue) = 82+21+171=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #5215AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5215AB is #ADEA54. Grayscale: #373737. Windows color (decimal): -11397717 or 11212114. OLE color: 11212114.

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

Color convert

RGB 82 21 171 -
CMYK 0.52 0.88 0 0.33
HSL 264.4º 0.78% 0.38% -
HSV(B) 264.4º 0.88% 0.67% -
XYZ 11.1 5.27 38.96 -
YUV 56.34 192.71 146.3 -
System Red Green Blue C M Y K H S L
Decimal 82 21 171 0.52 0.88 0 0.33 264.4 0.78 0.38
Hex 52 15 AB 34 58 0 21 108 4E 26
Octal 122 25 253 64 130 0 41 410 116 46
Binary 1010010 10101 10101011 110100 1011000 0 100001 100001000 1001110 100110

Color Harmonies of #5215AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5215AB

Black with #5215AB

Text Example


Text Example

White with #5215AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,21,171); }

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

background-color css

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

 a { background-color: rgb(82,21,171); }

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

border-color css

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

 span { border-color: rgb(82,21,171); }

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