#523DC7

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

Shades of Purple Heart #523DC7

Tints of Purple Heart #523DC7

Color information

#523DC7 (or 0x523DC7) is unknown color: approx Purple Heart. HEX triplet: 52, 3D and C7. RGB value is (82,61,199). Sum of RGB (Red+Green+Blue) = 82+61+199=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #523DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DC7 is #ADC238. Grayscale: #525252. Windows color (decimal): -11387449 or 13057362. OLE color: 13057362.

HSL color Cylindrical-coordinate representation of color #523DC7: hue angle of 249.13º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523DC7 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8261199-
CMYK0.590.6900.22
HSL249.13º55.2%50.98%-
HSV(B)249.13º69.35%78.04%-
XYZ15.469.2555-
YUV83.01193.46127.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 61 (24.22% from 255) = 17.84%
BLUE value IS 199 (78.12% from 255) = 58.19%
R=23.98%
G=17.84%
B=58.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82611990.590.6900.22249.1355.250.98
Hex523DC73B45016f93733
Octal12275307731050263716763
Binary101001011110111000111111011100010101011011111001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,199); }

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

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

 a { background-color: rgb(82,61,199); }

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

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

 span { border-color: rgb(82,61,199); }

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