#523ECA

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

Shades of Purple Heart #523ECA

Tints of Purple Heart #523ECA

Color information

#523ECA (or 0x523ECA) is unknown color: approx Purple Heart. HEX triplet: 52, 3E and CA. RGB value is (82,62,202). Sum of RGB (Red+Green+Blue) = 82+62+202=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #523ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ECA is #ADC135. Grayscale: #535353. Windows color (decimal): -11387190 or 13254226. OLE color: 13254226.

HSL color Cylindrical-coordinate representation of color #523ECA: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523ECA is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8262202-
CMYK0.590.6900.21
HSL248.57º56.91%51.76%-
HSV(B)248.57º69.31%79.22%-
XYZ15.869.556.88-
YUV83.94194.63126.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=23.70%
G=17.92%
B=58.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82622020.590.6900.21248.5756.9151.76
Hex523ECA3B45015f93934
Octal12276312731050253717164
Binary101001011111011001010111011100010101010111111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,62,202); }

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

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

 a { background-color: rgb(82,62,202); }

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

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

 span { border-color: rgb(82,62,202); }

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