#5431C6

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

Shades of Purple Heart #5431C6

Tints of Purple Heart #5431C6

Color information

#5431C6 (or 0x5431C6) is unknown color: approx Purple Heart. HEX triplet: 54, 31 and C6. RGB value is (84,49,198). Sum of RGB (Red+Green+Blue) = 84+49+198=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 198 (77.73% from 255 or 59.82% from 331); Max value from RGB is 198 - color contains mainly: blue. Hex color #5431C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5431C6 is #ABCE39. Grayscale: #4B4B4B. Windows color (decimal): -11259450 or 12988756. OLE color: 12988756.

HSL color Cylindrical-coordinate representation of color #5431C6: hue angle of 254.09º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5431C6 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8449198-
CMYK0.580.7500.22
HSL254.09º60.32%48.43%-
HSV(B)254.09º75.25%77.65%-
XYZ14.958.1654.21-
YUV76.45196.6133.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 49 (19.53% from 255) = 14.80%
BLUE value IS 198 (77.73% from 255) = 59.82%
R=25.38%
G=14.80%
B=59.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84491980.580.7500.22254.0960.3248.43
Hex5431C63A4B016fe3c30
Octal12461306721130263767460
Binary101010011000111000110111010100101101011011111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5431C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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