#5214AB

Color #5214AB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5214AB

Tints of Purple Heart #5214AB

Color information

#5214AB (or 0x5214AB) is unknown color: approx 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

RGB8220171-
CMYK0.520.8800.33
HSL264.64º79.06%37.45%-
HSV(B)264.64º88.3%67.06%-
XYZ11.085.2338.95-
YUV55.75193.04146.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82201710.520.8800.33264.6479.0637.45
Hex5214AB34580211094f25
Octal122242536413004141111745
Binary10100101010010101011110100101100001000011000010011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5214AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>