#5421c5

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

Shades of Purple Heart #5421C5

Tints of Purple Heart #5421C5

Color information

#5421C5 (or 0x5421C5) is unknown color: approx Purple Heart. HEX triplet: 54, 21 and C5. RGB value is (84,33,197). Sum of RGB (Red+Green+Blue) = 84+33+197=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 197 (77.34% from 255 or 62.74% from 314); Max value from RGB is 197 - color contains mainly: blue. Hex color #5421C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421C5 is #ABDE3A. Grayscale: #424242. Windows color (decimal): -11263547 or 12919124. OLE color: 12919124.

HSL color Cylindrical-coordinate representation of color #5421C5: hue angle of 258.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5421C5 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8433197-
CMYK0.570.8300.23
HSL258.66º71.3%45.1%-
HSV(B)258.66º83.25%77.25%-
XYZ14.28753.42-
YUV66.94201.4140.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 197 (77.34% from 255) = 62.74%
R=26.75%
G=10.51%
B=62.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal84331970.570.8300.23258.6671.345.1
Hex5421C53953017103472d
Octal124413057112302740310755
Binary10101001000011100010111100110100110101111000000111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5421c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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