#5212A7

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

Shades of Purple Heart #5212A7

Tints of Purple Heart #5212A7

Color information

#5212A7 (or 0x5212A7) is unknown color: approx Purple Heart. HEX triplet: 52, 12 and A7. RGB value is (82,18,167). Sum of RGB (Red+Green+Blue) = 82+18+167=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 167 (65.62% from 255 or 62.55% from 267); Max value from RGB is 167 - color contains mainly: blue. Hex color #5212A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5212A7 is #ADED58. Grayscale: #353535. Windows color (decimal): -11398489 or 10949202. OLE color: 10949202.

HSL color Cylindrical-coordinate representation of color #5212A7: hue angle of 265.77º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5212A7 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8218167-
CMYK0.510.8900.35
HSL265.77º80.54%36.27%-
HSV(B)265.77º89.22%65.49%-
XYZ10.675.0236.97-
YUV54.12191.7147.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 167 (65.62% from 255) = 62.55%
R=30.71%
G=6.74%
B=62.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82181670.510.8900.35265.7780.5436.27
Hex5212A7335902310a5124
Octal122222476313104341212144
Binary10100101001010100111110011101100101000111000010101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5212A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5212A7; }

 p { color: rgb(82,18,167); }

 H1.HeaderClassName
 {
   color: #5212A7;
 }
 .AnyTagClassName
 {
   color: #5212A7;
 }
</style>
background-color css

<style>
 a { background-color: #5212A7; }

 a { background-color: rgb(82,18,167); }

 div.DivClassName
 {
   background-color: #5212A7;
 }
 .BgClassName
 {
   background-color: #5212A7;
 }
</style>
border-color css

<style>
 span { border-color: #5212A7; }

 span { border-color: rgb(82,18,167); }

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