#5422BB

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

Shades of Purple Heart #5422BB

Tints of Purple Heart #5422BB

Color information

#5422BB (or 0x5422BB) is unknown color: approx Purple Heart. HEX triplet: 54, 22 and BB. RGB value is (84,34,187). Sum of RGB (Red+Green+Blue) = 84+34+187=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #5422BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5422BB is #ABDD44. Grayscale: #414141. Windows color (decimal): -11263301 or 12264020. OLE color: 12264020.

HSL color Cylindrical-coordinate representation of color #5422BB: hue angle of 259.61º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5422BB is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8434187-
CMYK0.550.8200.27
HSL259.61º69.23%43.33%-
HSV(B)259.61º81.82%73.33%-
XYZ13.26.6247.6-
YUV66.39196.06140.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 187 (73.44% from 255) = 61.31%
R=27.54%
G=11.15%
B=61.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84341870.550.8200.27259.6169.2343.33
Hex5422BB375201B104452b
Octal124422736712203340410553
Binary10101001000101011101111011110100100110111000001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5422BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5422BB; }

 p { color: rgb(84,34,187); }

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

<style>
 a { background-color: #5422BB; }

 a { background-color: rgb(84,34,187); }

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

<style>
 span { border-color: #5422BB; }

 span { border-color: rgb(84,34,187); }

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