#5431AC

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

Shades of Purple Heart #5431AC

Tints of Purple Heart #5431AC

Color information

#5431AC (or 0x5431AC) is unknown color: approx Purple Heart. HEX triplet: 54, 31 and AC. RGB value is (84,49,172). Sum of RGB (Red+Green+Blue) = 84+49+172=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #5431AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5431AC is #ABCE53. Grayscale: #494949. Windows color (decimal): -11259476 or 11284820. OLE color: 11284820.

HSL color Cylindrical-coordinate representation of color #5431AC: hue angle of 257.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5431AC is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8449172-
CMYK0.510.7200.33
HSL257.07º55.66%43.33%-
HSV(B)257.07º71.51%67.45%-
XYZ12.27.0639.75-
YUV73.49183.6135.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=27.54%
G=16.07%
B=56.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84491720.510.7200.33257.0755.6643.33
Hex5431AC3348021101382b
Octal12461254631100414017053
Binary10101001100011010110011001110010000100001100000001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5431AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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