#5318AF

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

Shades of Purple Heart #5318AF

Tints of Purple Heart #5318AF

Color information

#5318AF (or 0x5318AF) is unknown color: approx Purple Heart. HEX triplet: 53, 18 and AF. RGB value is (83,24,175). Sum of RGB (Red+Green+Blue) = 83+24+175=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #5318AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5318AF is #ACE750. Grayscale: #3A3A3A. Windows color (decimal): -11331409 or 11475027. OLE color: 11475027.

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

Color convert

RGB8324175-
CMYK0.530.8600.31
HSL263.44º75.88%39.02%-
HSV(B)263.44º86.29%68.63%-
XYZ11.635.5941.02-
YUV58.86193.55145.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 175 (68.75% from 255) = 62.06%
R=29.43%
G=8.51%
B=62.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83241750.530.8600.31263.4475.8839.02
Hex5318AF355601F1074c27
Octal123302576512603740711447
Binary1010011110001010111111010110101100111111000001111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5318AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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