Html Css Color HEX #4A214D Hot Purple

📋 copy color: '#4A214D'

red 74 ◦ green 33 ◦ blue 77

#4A214D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #4A214D

Tints of Hot Purple #4A214D

RGB

 RED value IS 74 (29.3% from 255) = 40.22%

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 40.22%
G = 17.93%
B = 41.85%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A214D (or 0x4A214D) is known color: Hot Purple. HEX triplet: 4A, 21 and 4D. RGB value is (74,33,77). Sum of RGB (Red+Green+Blue) = 74+33+77=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A214D is #B5DEB2. Grayscale: #323232. Windows color (decimal): -11919027 or 5054794. OLE color: 5054794.

HSL color Cylindrical-coordinate representation of color #4A214D: hue angle of 295.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A214D is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 33 77 -
CMYK 0.04 0.57 0 0.70
HSL 295.91º 0.4% 0.22% -
HSV(B) 295.91º 0.57% 0.3% -
XYZ 4.71 3.08 7.37 -
YUV 50.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 74 33 77 0.04 0.57 0 0.70 295.91 0.4 0.22
Hex 4A 21 4D 4 39 0 46 128 28 16
Octal 112 41 115 4 71 0 106 450 50 26
Binary 1001010 100001 1001101 100 111001 0 1000110 100101000 101000 10110

Color Harmonies of #4A214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A214D

Black with #4A214D

Text Example


Text Example

White with #4A214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A214D;
 }
 .AnyTagClassName
 {
   color: #4A214D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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