Html Css Color HEX #5214AB Purple Heart

📋 copy color: '#5214AB'

red 82 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #5214AB

Tints of Purple Heart #5214AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 30.04%
G = 7.33%
B = 62.64%

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

#5214AB (or 0x5214AB) is known color: Purple Heart. HEX triplet: 52, 14 and AB. RGB value is (82,20,171). Sum of RGB (Red+Green+Blue) = 82+20+171=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5214AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5214AB is #ADEB54. Grayscale: #373737. Windows color (decimal): -11397973 or 11211858. OLE color: 11211858.

HSL color Cylindrical-coordinate representation of color #5214AB: hue angle of 264.64º degrees, saturation: 0.79, 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 #5214AB is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 20 171 -
CMYK 0.52 0.88 0 0.33
HSL 264.64º 0.79% 0.37% -
HSV(B) 264.64º 0.88% 0.67% -
XYZ 11.08 5.23 38.95 -
YUV 55.75 193.04 146.72 -
System Red Green Blue C M Y K H S L
Decimal 82 20 171 0.52 0.88 0 0.33 264.64 0.79 0.37
Hex 52 14 AB 34 58 0 21 109 4F 25
Octal 122 24 253 64 130 0 41 411 117 45
Binary 1010010 10100 10101011 110100 1011000 0 100001 100001001 1001111 100101

Color Harmonies of #5214AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5214AB

Black with #5214AB

Text Example


Text Example

White with #5214AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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