Html Css Color HEX #4A1948 Hot Purple

📋 copy color: '#4A1948'

red 74 ◦ green 25 ◦ blue 72

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

Shades of Hot Purple #4A1948

Tints of Hot Purple #4A1948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.62%

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

R = 43.27%
G = 14.62%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4A1948 (or 0x4A1948) is known color: Hot Purple. HEX triplet: 4A, 19 and 48. RGB value is (74,25,72). Sum of RGB (Red+Green+Blue) = 74+25+72=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1948 is #B5E6B7. Grayscale: #2C2C2C. Windows color (decimal): -11921080 or 4725066. OLE color: 4725066.

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

Color convert

RGB 74 25 72 -
CMYK 0 0.66 0.03 0.71
HSL 302.45º 0.49% 0.19% -
HSV(B) 302.45º 0.66% 0.29% -
XYZ 4.34 2.62 6.41 -
YUV 45.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 74 25 72 0 0.66 0.03 0.71 302.45 0.49 0.19
Hex 4A 19 48 0 42 3 47 12E 31 13
Octal 112 31 110 0 102 3 107 456 61 23
Binary 1001010 11001 1001000 0 1000010 11 1000111 100101110 110001 10011

Color Harmonies of #4A1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1948

Black with #4A1948

Text Example


Text Example

White with #4A1948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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