#5235AD

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

Shades of Purple Heart #5235AD

Tints of Purple Heart #5235AD

Color information

#5235AD (or 0x5235AD) is unknown color: approx Purple Heart. HEX triplet: 52, 35 and AD. RGB value is (82,53,173). Sum of RGB (Red+Green+Blue) = 82+53+173=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #5235AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5235AD is #ADCA52. Grayscale: #4A4A4A. Windows color (decimal): -11389523 or 11351378. OLE color: 11351378.

HSL color Cylindrical-coordinate representation of color #5235AD: hue angle of 254.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5235AD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8253173-
CMYK0.530.6900.32
HSL254.5º53.1%44.31%-
HSV(B)254.5º69.36%67.84%-
XYZ12.37.3640.31-
YUV75.35183.11132.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=26.62%
G=17.21%
B=56.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82531730.530.6900.32254.553.144.31
Hex5235AD3545020fe352c
Octal12265255651050403766554
Binary1010010110101101011011101011000101010000011111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5235AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5235AD; }

 p { color: rgb(82,53,173); }

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

<style>
 a { background-color: #5235AD; }

 a { background-color: rgb(82,53,173); }

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

<style>
 span { border-color: #5235AD; }

 span { border-color: rgb(82,53,173); }

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