#522BBE

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

Shades of Purple Heart #522BBE

Tints of Purple Heart #522BBE

Color information

#522BBE (or 0x522BBE) is unknown color: approx Purple Heart. HEX triplet: 52, 2B and BE. RGB value is (82,43,190). Sum of RGB (Red+Green+Blue) = 82+43+190=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #522BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BBE is #ADD441. Grayscale: #464646. Windows color (decimal): -11392066 or 12462930. OLE color: 12462930.

HSL color Cylindrical-coordinate representation of color #522BBE: hue angle of 255.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522BBE is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8243190-
CMYK0.570.7700.25
HSL255.92º63.09%45.69%-
HSV(B)255.92º77.37%74.51%-
XYZ13.647.2449.39-
YUV71.42194.92135.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 190 (74.61% from 255) = 60.32%
R=26.03%
G=13.65%
B=60.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82431900.570.7700.25255.9263.0945.69
Hex522BBE394D0191003f2e
Octal12253276711150314007756
Binary1010010101011101111101110011001101011001100000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522BBE; }

 p { color: rgb(82,43,190); }

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

<style>
 a { background-color: #522BBE; }

 a { background-color: rgb(82,43,190); }

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

<style>
 span { border-color: #522BBE; }

 span { border-color: rgb(82,43,190); }

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