#5315AC

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

Shades of Purple Heart #5315AC

Tints of Purple Heart #5315AC

Color information

#5315AC (or 0x5315AC) is unknown color: approx Purple Heart. HEX triplet: 53, 15 and AC. RGB value is (83,21,172). Sum of RGB (Red+Green+Blue) = 83+21+172=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5315AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5315AC is #ACEA53. Grayscale: #383838. Windows color (decimal): -11332180 or 11277651. OLE color: 11277651.

HSL color Cylindrical-coordinate representation of color #5315AC: hue angle of 264.64º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5315AC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8321172-
CMYK0.520.8800.33
HSL264.64º78.24%37.84%-
HSV(B)264.64º87.79%67.45%-
XYZ11.285.3539.47-
YUV56.75193.04146.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 172 (67.58% from 255) = 62.32%
R=30.07%
G=7.61%
B=62.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83211720.520.8800.33264.6478.2437.84
Hex5315AC34580211094e26
Octal123252546413004141111646
Binary10100111010110101100110100101100001000011000010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5315AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5315AC; }

 p { color: rgb(83,21,172); }

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

<style>
 a { background-color: #5315AC; }

 a { background-color: rgb(83,21,172); }

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

<style>
 span { border-color: #5315AC; }

 span { border-color: rgb(83,21,172); }

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