Html Css Color HEX #481949 Hot Purple

📋 copy color: '#481949'

red 72 ◦ green 25 ◦ blue 73

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

Shades of Hot Purple #481949

Tints of Hot Purple #481949

RGB

 RED value IS 72 (28.52% from 255) = 42.35%

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

 BLUE value IS 73 (28.91% from 255) = 42.94%

R = 42.35%
G = 14.71%
B = 42.94%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#481949 (or 0x481949) is known color: Hot Purple. HEX triplet: 48, 19 and 49. RGB value is (72,25,73). Sum of RGB (Red+Green+Blue) = 72+25+73=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #481949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481949 is #B7E6B6. Grayscale: #2C2C2C. Windows color (decimal): -12052151 or 4790600. OLE color: 4790600.

HSL color Cylindrical-coordinate representation of color #481949: hue angle of 298.75º 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 #481949 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 25 73 -
CMYK 0.01 0.66 0 0.71
HSL 298.75º 0.49% 0.19% -
HSV(B) 298.75º 0.66% 0.29% -
XYZ 4.22 2.55 6.57 -
YUV 44.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 72 25 73 0.01 0.66 0 0.71 298.75 0.49 0.19
Hex 48 19 49 1 42 0 47 12B 31 13
Octal 110 31 111 1 102 0 107 453 61 23
Binary 1001000 11001 1001001 1 1000010 0 1000111 100101011 110001 10011

Color Harmonies of #481949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481949

Black with #481949

Text Example


Text Example

White with #481949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481949; }

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

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

background-color css

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

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

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

border-color css

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

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

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