Html Css Color HEX #481349 Hot Purple

📋 copy color: '#481349'

red 72 ◦ green 19 ◦ blue 73

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

Shades of Hot Purple #481349

Tints of Hot Purple #481349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

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

R = 43.9%
G = 11.59%
B = 44.51%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#481349 (or 0x481349) is known color: Hot Purple. HEX triplet: 48, 13 and 49. RGB value is (72,19,73). Sum of RGB (Red+Green+Blue) = 72+19+73=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #481349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481349 is #B7ECB6. Grayscale: #282828. Windows color (decimal): -12053687 or 4789064. OLE color: 4789064.

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

Color convert

RGB 72 19 73 -
CMYK 0.01 0.74 0 0.71
HSL 298.89º 0.59% 0.18% -
HSV(B) 298.89º 0.74% 0.29% -
XYZ 4.11 2.32 6.54 -
YUV 41 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 72 19 73 0.01 0.74 0 0.71 298.89 0.59 0.18
Hex 48 13 49 1 4A 0 47 12B 3B 12
Octal 110 23 111 1 112 0 107 453 73 22
Binary 1001000 10011 1001001 1 1001010 0 1000111 100101011 111011 10010

Color Harmonies of #481349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481349

Black with #481349

Text Example


Text Example

White with #481349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481349; }

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

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

background-color css

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

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

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

border-color css

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

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

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