#5334AD

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

Shades of Purple Heart #5334AD

Tints of Purple Heart #5334AD

Color information

#5334AD (or 0x5334AD) is unknown color: approx Purple Heart. HEX triplet: 53, 34 and AD. RGB value is (83,52,173). Sum of RGB (Red+Green+Blue) = 83+52+173=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 52 (20.70% from 255 or 16.88% 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 #5334AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5334AD is #ACCB52. Grayscale: #4A4A4A. Windows color (decimal): -11324243 or 11351123. OLE color: 11351123.

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

Color convert

RGB8352173-
CMYK0.520.7000.32
HSL255.37º53.78%44.12%-
HSV(B)255.37º69.94%67.84%-
XYZ12.347.3140.3-
YUV75.06183.27133.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=26.95%
G=16.88%
B=56.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83521730.520.7000.32255.3753.7844.12
Hex5334AD3446020ff362c
Octal12364255641060403776654
Binary1010011110100101011011101001000110010000011111111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5334AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,52,173); }

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

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

 a { background-color: rgb(83,52,173); }

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

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

 span { border-color: rgb(83,52,173); }

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