#523fce

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

Shades of Purple Heart #523FCE

Tints of Purple Heart #523FCE

Color information

#523FCE (or 0x523FCE) is unknown color: approx Purple Heart. HEX triplet: 52, 3F and CE. RGB value is (82,63,206). Sum of RGB (Red+Green+Blue) = 82+63+206=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #523FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FCE is #ADC031. Grayscale: #545454. Windows color (decimal): -11386930 or 13516626. OLE color: 13516626.

HSL color Cylindrical-coordinate representation of color #523FCE: hue angle of 247.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523FCE is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8263206-
CMYK0.600.6900.19
HSL247.97º59.34%52.75%-
HSV(B)247.97º69.42%80.78%-
XYZ16.49.8159.42-
YUV84.98196.29125.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 63 (25% from 255) = 17.95%
BLUE value IS 206 (80.86% from 255) = 58.69%
R=23.36%
G=17.95%
B=58.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82632060.600.6900.19247.9759.3452.75
Hex523FCE3C45013f83b35
Octal12277316741050233707365
Binary101001011111111001110111100100010101001111111000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,63,206); }

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

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

 a { background-color: rgb(82,63,206); }

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

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

 span { border-color: rgb(82,63,206); }

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