#523BD4

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

Shades of Purple Heart #523BD4

Tints of Purple Heart #523BD4

Color information

#523BD4 (or 0x523BD4) is unknown color: approx Purple Heart. HEX triplet: 52, 3B and D4. RGB value is (82,59,212). Sum of RGB (Red+Green+Blue) = 82+59+212=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #523BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BD4 is #ADC42B. Grayscale: #525252. Windows color (decimal): -11387948 or 13908818. OLE color: 13908818.

HSL color Cylindrical-coordinate representation of color #523BD4: hue angle of 249.02º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523BD4 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8259212-
CMYK0.610.7200.17
HSL249.02º64.02%53.14%-
HSV(B)249.02º72.17%83.14%-
XYZ16.939.6863.26-
YUV83.32200.62127.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 59 (23.44% from 255) = 16.71%
BLUE value IS 212 (83.20% from 255) = 60.06%
R=23.23%
G=16.71%
B=60.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal82592120.610.7200.17249.0264.0253.14
Hex523BD43D48011f94035
Octal122733247511002137110065
Binary1010010111011110101001111011001000010001111110011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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