#5422CC

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

Shades of Purple Heart #5422CC

Tints of Purple Heart #5422CC

Color information

#5422CC (or 0x5422CC) is unknown color: approx Purple Heart. HEX triplet: 54, 22 and CC. RGB value is (84,34,204). Sum of RGB (Red+Green+Blue) = 84+34+204=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #5422CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5422CC is #ABDD33. Grayscale: #434343. Windows color (decimal): -11263284 or 13378132. OLE color: 13378132.

HSL color Cylindrical-coordinate representation of color #5422CC: hue angle of 257.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5422CC is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8434204-
CMYK0.590.8300.2
HSL257.65º71.43%46.67%-
HSV(B)257.65º83.33%80%-
XYZ15.137.3957.76-
YUV68.33204.56139.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 204 (80.08% from 255) = 63.35%
R=26.09%
G=10.56%
B=63.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal84342040.590.8300.2257.6571.4346.67
Hex5422CC3B53014102472f
Octal124423147312302440210757
Binary10101001000101100110011101110100110101001000000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5422CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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