#4A214E

Color #4A214E Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4A214E

Tints of Hot Purple #4A214E

Color information

#4A214E (or 0x4A214E) is unknown color: approx Hot Purple. HEX triplet: 4A, 21 and 4E. RGB value is (74,33,78). Sum of RGB (Red+Green+Blue) = 74+33+78=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A214E is #B5DEB1. Grayscale: #323232. Windows color (decimal): -11919026 or 5120330. OLE color: 5120330.

HSL color Cylindrical-coordinate representation of color #4A214E: hue angle of 294.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A214E is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB743378-
CMYK0.050.5800.69
HSL294.67º40.54%21.76%-
HSV(B)294.67º57.69%30.59%-
XYZ4.743.097.55-
YUV50.39143.58144.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=40%
G=17.84%
B=42.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7433780.050.5800.69294.6740.5421.76
Hex4A214E53A0451272916
Octal1124111657201054475126
Binary100101010000110011101011110100100010110010011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A214E; }

 p { color: rgb(74,33,78); }

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

<style>
 a { background-color: #4A214E; }

 a { background-color: rgb(74,33,78); }

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

<style>
 span { border-color: #4A214E; }

 span { border-color: rgb(74,33,78); }

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