#523ACA

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

Shades of Purple Heart #523ACA

Tints of Purple Heart #523ACA

Color information

#523ACA (or 0x523ACA) is unknown color: approx Purple Heart. HEX triplet: 52, 3A and CA. RGB value is (82,58,202). Sum of RGB (Red+Green+Blue) = 82+58+202=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #523ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ACA is #ADC535. Grayscale: #515151. Windows color (decimal): -11388214 or 13253202. OLE color: 13253202.

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

Color convert

RGB8258202-
CMYK0.590.7100.21
HSL250º57.6%50.98%-
HSV(B)250º71.29%79.22%-
XYZ15.659.0856.81-
YUV81.59195.95128.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 202 (79.30% from 255) = 59.06%
R=23.98%
G=16.96%
B=59.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82582020.590.7100.2125057.650.98
Hex523ACA3B47015fa3a33
Octal12272312731070253727263
Binary101001011101011001010111011100011101010111111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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