#5421C3

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

Shades of Purple Heart #5421C3

Tints of Purple Heart #5421C3

Color information

#5421C3 (or 0x5421C3) is unknown color: approx Purple Heart. HEX triplet: 54, 21 and C3. RGB value is (84,33,195). Sum of RGB (Red+Green+Blue) = 84+33+195=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 195 (76.56% from 255 or 62.5% from 312); Max value from RGB is 195 - color contains mainly: blue. Hex color #5421C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421C3 is #ABDE3C. Grayscale: #424242. Windows color (decimal): -11263549 or 12788052. OLE color: 12788052.

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

Color convert

RGB8433195-
CMYK0.570.8300.24
HSL258.89º71.05%44.71%-
HSV(B)258.89º83.08%76.47%-
XYZ14.056.9152.22-
YUV66.72200.4140.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 195 (76.56% from 255) = 62.5%
R=26.92%
G=10.58%
B=62.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84331950.570.8300.24258.8971.0544.71
Hex5421C33953018103472d
Octal124413037112303040310755
Binary10101001000011100001111100110100110110001000000111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5421C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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