#523BD0

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

Shades of Purple Heart #523BD0

Tints of Purple Heart #523BD0

Color information

#523BD0 (or 0x523BD0) is unknown color: approx Purple Heart. HEX triplet: 52, 3B and D0. RGB value is (82,59,208). Sum of RGB (Red+Green+Blue) = 82+59+208=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #523BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BD0 is #ADC42F. Grayscale: #525252. Windows color (decimal): -11387952 or 13646674. OLE color: 13646674.

HSL color Cylindrical-coordinate representation of color #523BD0: hue angle of 249.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523BD0 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8259208-
CMYK0.610.7200.18
HSL249.26º61.32%52.35%-
HSV(B)249.26º71.63%81.57%-
XYZ16.439.4860.64-
YUV82.86198.62127.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 208 (81.64% from 255) = 59.60%
R=23.50%
G=16.91%
B=59.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82592080.610.7200.18249.2661.3252.35
Hex523BD03D48012f93d34
Octal12273320751100223717564
Binary101001011101111010000111101100100001001011111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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