#523BBE

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

Shades of Purple Heart #523BBE

Tints of Purple Heart #523BBE

Color information

#523BBE (or 0x523BBE) is unknown color: approx Purple Heart. HEX triplet: 52, 3B and BE. RGB value is (82,59,190). Sum of RGB (Red+Green+Blue) = 82+59+190=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #523BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BBE is #ADC441. Grayscale: #505050. Windows color (decimal): -11387970 or 12467026. OLE color: 12467026.

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

Color convert

RGB8259190-
CMYK0.570.6900.25
HSL250.53º52.61%48.82%-
HSV(B)250.53º68.95%74.51%-
XYZ14.348.6449.63-
YUV80.81189.62128.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=24.77%
G=17.82%
B=57.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82591900.570.6900.25250.5352.6148.82
Hex523BBE3945019fb3531
Octal12273276711050313736561
Binary101001011101110111110111001100010101100111111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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