Html Css Color HEX #481449 Hot Purple

📋 copy color: '#481449'

red 72 ◦ green 20 ◦ blue 73

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

Shades of Hot Purple #481449

Tints of Hot Purple #481449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 43.64%
G = 12.12%
B = 44.24%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#481449 (or 0x481449) is known color: Hot Purple. HEX triplet: 48, 14 and 49. RGB value is (72,20,73). Sum of RGB (Red+Green+Blue) = 72+20+73=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #481449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481449 is #B7EBB6. Grayscale: #292929. Windows color (decimal): -12053431 or 4789320. OLE color: 4789320.

HSL color Cylindrical-coordinate representation of color #481449: hue angle of 298.87º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #481449 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 20 73 -
CMYK 0.01 0.73 0 0.71
HSL 298.87º 0.57% 0.18% -
HSV(B) 298.87º 0.73% 0.29% -
XYZ 4.13 2.36 6.54 -
YUV 41.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 72 20 73 0.01 0.73 0 0.71 298.87 0.57 0.18
Hex 48 14 49 1 49 0 47 12B 39 12
Octal 110 24 111 1 111 0 107 453 71 22
Binary 1001000 10100 1001001 1 1001001 0 1000111 100101011 111001 10010

Color Harmonies of #481449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481449

Black with #481449

Text Example


Text Example

White with #481449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481449; }

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

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

background-color css

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

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

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

border-color css

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

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

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