Html Css Color HEX #481549 Hot Purple

📋 copy color: '#481549'

red 72 ◦ green 21 ◦ blue 73

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

Shades of Hot Purple #481549

Tints of Hot Purple #481549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 43.37%
G = 12.65%
B = 43.98%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#481549 (or 0x481549) is known color: Hot Purple. HEX triplet: 48, 15 and 49. RGB value is (72,21,73). Sum of RGB (Red+Green+Blue) = 72+21+73=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #481549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481549 is #B7EAB6. Grayscale: #2A2A2A. Windows color (decimal): -12053175 or 4789576. OLE color: 4789576.

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

Color convert

RGB 72 21 73 -
CMYK 0.01 0.71 0 0.71
HSL 298.85º 0.55% 0.18% -
HSV(B) 298.85º 0.71% 0.29% -
XYZ 4.14 2.4 6.55 -
YUV 42.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 72 21 73 0.01 0.71 0 0.71 298.85 0.55 0.18
Hex 48 15 49 1 47 0 47 12B 37 12
Octal 110 25 111 1 107 0 107 453 67 22
Binary 1001000 10101 1001001 1 1000111 0 1000111 100101011 110111 10010

Color Harmonies of #481549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481549

Black with #481549

Text Example


Text Example

White with #481549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481549; }

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

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

background-color css

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

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

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

border-color css

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

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

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