#523db3

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

Shades of Purple Heart #523DB3

Tints of Purple Heart #523DB3

Color information

#523DB3 (or 0x523DB3) is unknown color: approx Purple Heart. HEX triplet: 52, 3D and B3. RGB value is (82,61,179). Sum of RGB (Red+Green+Blue) = 82+61+179=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #523DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DB3 is #ADC24C. Grayscale: #505050. Windows color (decimal): -11387469 or 11746642. OLE color: 11746642.

HSL color Cylindrical-coordinate representation of color #523DB3: hue angle of 250.68º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523DB3 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8261179-
CMYK0.540.6600.30
HSL250.68º49.17%47.06%-
HSV(B)250.68º65.92%70.2%-
XYZ13.298.3943.57-
YUV80.73183.46128.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 179 (70.31% from 255) = 55.59%
R=25.47%
G=18.94%
B=55.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82611790.540.6600.30250.6849.1747.06
Hex523DB3364201Efb312f
Octal12275263661020363736157
Binary101001011110110110011110110100001001111011111011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523db3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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