Html Css Color HEX #4A1D4D Hot Purple

📋 copy color: '#4A1D4D'

red 74 ◦ green 29 ◦ blue 77

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

Shades of Hot Purple #4A1D4D

Tints of Hot Purple #4A1D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.11%

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

R = 41.11%
G = 16.11%
B = 42.78%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A1D4D (or 0x4A1D4D) is known color: Hot Purple. HEX triplet: 4A, 1D and 4D. RGB value is (74,29,77). Sum of RGB (Red+Green+Blue) = 74+29+77=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A1D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1D4D is #B5E2B2. Grayscale: #2F2F2F. Windows color (decimal): -11920051 or 5053770. OLE color: 5053770.

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

Color convert

RGB 74 29 77 -
CMYK 0.04 0.62 0 0.70
HSL 296.25º 0.45% 0.21% -
HSV(B) 296.25º 0.62% 0.3% -
XYZ 4.6 2.87 7.33 -
YUV 47.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 74 29 77 0.04 0.62 0 0.70 296.25 0.45 0.21
Hex 4A 1D 4D 4 3E 0 46 128 2D 15
Octal 112 35 115 4 76 0 106 450 55 25
Binary 1001010 11101 1001101 100 111110 0 1000110 100101000 101101 10101

Color Harmonies of #4A1D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1D4D

Black with #4A1D4D

Text Example


Text Example

White with #4A1D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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