#5328AF

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

Shades of Purple Heart #5328AF

Tints of Purple Heart #5328AF

Color information

#5328AF (or 0x5328AF) is unknown color: approx Purple Heart. HEX triplet: 53, 28 and AF. RGB value is (83,40,175). Sum of RGB (Red+Green+Blue) = 83+40+175=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #5328AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5328AF is #ACD750. Grayscale: #434343. Windows color (decimal): -11327313 or 11479123. OLE color: 11479123.

HSL color Cylindrical-coordinate representation of color #5328AF: hue angle of 259.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5328AF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8340175-
CMYK0.530.7700.31
HSL259.11º62.79%42.16%-
HSV(B)259.11º77.14%68.63%-
XYZ12.066.4541.17-
YUV68.25188.25138.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 175 (68.75% from 255) = 58.72%
R=27.85%
G=13.42%
B=58.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83401750.530.7700.31259.1162.7942.16
Hex5328AF354D01F1033f2a
Octal12350257651150374037752
Binary1010011101000101011111101011001101011111100000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5328AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5328AF; }

 p { color: rgb(83,40,175); }

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

<style>
 a { background-color: #5328AF; }

 a { background-color: rgb(83,40,175); }

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

<style>
 span { border-color: #5328AF; }

 span { border-color: rgb(83,40,175); }

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