#5421CC

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

Shades of Purple Heart #5421CC

Tints of Purple Heart #5421CC

Color information

#5421CC (or 0x5421CC) is unknown color: approx Purple Heart. HEX triplet: 54, 21 and CC. RGB value is (84,33,204). Sum of RGB (Red+Green+Blue) = 84+33+204=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #5421CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421CC is #ABDE33. Grayscale: #434343. Windows color (decimal): -11263540 or 13377876. OLE color: 13377876.

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

Color convert

RGB8433204-
CMYK0.590.8400.2
HSL257.89º72.15%46.47%-
HSV(B)257.89º83.82%80%-
XYZ15.17.3357.75-
YUV67.74204.9139.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=26.17%
G=10.28%
B=63.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal84332040.590.8400.2257.8972.1546.47
Hex5421CC3B54014102482e
Octal124413147312402440211056
Binary10101001000011100110011101110101000101001000000101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5421CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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