#5415AC

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

Shades of Purple Heart #5415AC

Tints of Purple Heart #5415AC

Color information

#5415AC (or 0x5415AC) is unknown color: approx Purple Heart. HEX triplet: 54, 15 and AC. RGB value is (84,21,172). Sum of RGB (Red+Green+Blue) = 84+21+172=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #5415AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5415AC is #ABEA53. Grayscale: #383838. Windows color (decimal): -11266644 or 11277652. OLE color: 11277652.

HSL color Cylindrical-coordinate representation of color #5415AC: hue angle of 265.03º 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 #5415AC is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8421172-
CMYK0.510.8800.33
HSL265.03º78.24%37.84%-
HSV(B)265.03º87.79%67.45%-
XYZ11.375.439.47-
YUV57.05192.87147.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 172 (67.58% from 255) = 62.09%
R=30.32%
G=7.58%
B=62.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84211720.510.8800.33265.0378.2437.84
Hex5415AC33580211094e26
Octal124252546313004141111646
Binary10101001010110101100110011101100001000011000010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5415AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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