#523CC2

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

Shades of Purple Heart #523CC2

Tints of Purple Heart #523CC2

Color information

#523CC2 (or 0x523CC2) is unknown color: approx Purple Heart. HEX triplet: 52, 3C and C2. RGB value is (82,60,194). Sum of RGB (Red+Green+Blue) = 82+60+194=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #523CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CC2 is #ADC33D. Grayscale: #515151. Windows color (decimal): -11387710 or 12729426. OLE color: 12729426.

HSL color Cylindrical-coordinate representation of color #523CC2: hue angle of 249.85º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523CC2 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8260194-
CMYK0.580.6900.24
HSL249.85º52.76%49.8%-
HSV(B)249.85º69.07%76.08%-
XYZ14.838.9251.98-
YUV81.85191.29128.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 60 (23.83% from 255) = 17.86%
BLUE value IS 194 (76.17% from 255) = 57.74%
R=24.40%
G=17.86%
B=57.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82601940.580.6900.24249.8552.7649.8
Hex523CC23A45018fa3532
Octal12274302721050303726562
Binary101001011110011000010111010100010101100011111010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,60,194); }

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

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

 a { background-color: rgb(82,60,194); }

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

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

 span { border-color: rgb(82,60,194); }

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