Html Css Color HEX #4A1A48 Hot Purple

📋 copy color: '#4A1A48'

red 74 ◦ green 26 ◦ blue 72

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

Shades of Hot Purple #4A1A48

Tints of Hot Purple #4A1A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

 BLUE value IS 72 (28.52% from 255) = 41.86%

R = 43.02%
G = 15.12%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4A1A48 (or 0x4A1A48) is known color: Hot Purple. HEX triplet: 4A, 1A and 48. RGB value is (74,26,72). Sum of RGB (Red+Green+Blue) = 74+26+72=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1A48 is #B5E5B7. Grayscale: #2D2D2D. Windows color (decimal): -11920824 or 4725322. OLE color: 4725322.

HSL color Cylindrical-coordinate representation of color #4A1A48: hue angle of 302.5º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A1A48 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 26 72 -
CMYK 0 0.65 0.03 0.71
HSL 302.5º 0.48% 0.2% -
HSV(B) 302.5º 0.65% 0.29% -
XYZ 4.36 2.66 6.41 -
YUV 45.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 74 26 72 0 0.65 0.03 0.71 302.5 0.48 0.2
Hex 4A 1A 48 0 41 3 47 12E 30 14
Octal 112 32 110 0 101 3 107 456 60 24
Binary 1001010 11010 1001000 0 1000001 11 1000111 100101110 110000 10100

Color Harmonies of #4A1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1A48

Black with #4A1A48

Text Example


Text Example

White with #4A1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,26,72); }

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

background-color css

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

 a { background-color: rgb(74,26,72); }

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

border-color css

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

 span { border-color: rgb(74,26,72); }

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