#520CB1

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

Shades of Purple Heart #520CB1

Tints of Purple Heart #520CB1

Color information

#520CB1 (or 0x520CB1) is unknown color: approx Purple Heart. HEX triplet: 52, 0C and B1. RGB value is (82,12,177). Sum of RGB (Red+Green+Blue) = 82+12+177=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #520CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520CB1 is #ADF34E. Grayscale: #333333. Windows color (decimal): -11400015 or 11603026. OLE color: 11603026.

HSL color Cylindrical-coordinate representation of color #520CB1: hue angle of 265.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520CB1 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8212177-
CMYK0.540.9300.31
HSL265.45º87.3%37.06%-
HSV(B)265.45º93.22%69.41%-
XYZ11.555.2342-
YUV51.74198.69149.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 177 (69.53% from 255) = 65.31%
R=30.26%
G=4.43%
B=65.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82121770.540.9300.31265.4587.337.06
Hex52CB1365D01F1095725
Octal122142616613503741112745
Binary101001011001011000111011010111010111111000010011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520CB1; }

 p { color: rgb(82,12,177); }

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

<style>
 a { background-color: #520CB1; }

 a { background-color: rgb(82,12,177); }

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

<style>
 span { border-color: #520CB1; }

 span { border-color: rgb(82,12,177); }

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