#5434AB

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

Shades of Purple Heart #5434AB

Tints of Purple Heart #5434AB

Color information

#5434AB (or 0x5434AB) is unknown color: approx Purple Heart. HEX triplet: 54, 34 and AB. RGB value is (84,52,171). Sum of RGB (Red+Green+Blue) = 84+52+171=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #5434AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5434AB is #ABCB54. Grayscale: #4A4A4A. Windows color (decimal): -11258709 or 11220052. OLE color: 11220052.

HSL color Cylindrical-coordinate representation of color #5434AB: hue angle of 256.13º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5434AB is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8452171-
CMYK0.510.7000.33
HSL256.13º53.36%43.73%-
HSV(B)256.13º69.59%67.06%-
XYZ12.237.2839.29-
YUV75.13182.1134.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=27.36%
G=16.94%
B=55.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84521710.510.7000.33256.1353.3643.73
Hex5434AB3346021100352c
Octal12464253631060414006554
Binary10101001101001010101111001110001100100001100000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5434AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5434AB; }

 p { color: rgb(84,52,171); }

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

<style>
 a { background-color: #5434AB; }

 a { background-color: rgb(84,52,171); }

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

<style>
 span { border-color: #5434AB; }

 span { border-color: rgb(84,52,171); }

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