#5213B9

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

Shades of Purple Heart #5213B9

Tints of Purple Heart #5213B9

Color information

#5213B9 (or 0x5213B9) is unknown color: approx Purple Heart. HEX triplet: 52, 13 and B9. RGB value is (82,19,185). Sum of RGB (Red+Green+Blue) = 82+19+185=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #5213B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213B9 is #ADEC46. Grayscale: #383838. Windows color (decimal): -11398215 or 12129106. OLE color: 12129106.

HSL color Cylindrical-coordinate representation of color #5213B9: hue angle of 262.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5213B9 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8219185-
CMYK0.560.9000.27
HSL262.77º81.37%40%-
HSV(B)262.77º89.73%72.55%-
XYZ12.475.7646.35-
YUV56.76200.37146-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 185 (72.66% from 255) = 64.69%
R=28.67%
G=6.64%
B=64.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82191850.560.9000.27262.7781.3740
Hex5213B9385A01B1075128
Octal122232717013203340712150
Binary1010010100111011100111100010110100110111000001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5213B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5213B9; }

 p { color: rgb(82,19,185); }

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

<style>
 a { background-color: #5213B9; }

 a { background-color: rgb(82,19,185); }

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

<style>
 span { border-color: #5213B9; }

 span { border-color: rgb(82,19,185); }

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