Html Css Color HEX #482549 Hot Purple

📋 copy color: '#482549'

red 72 ◦ green 37 ◦ blue 73

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

Shades of Hot Purple #482549

Tints of Hot Purple #482549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

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

R = 39.56%
G = 20.33%
B = 40.11%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#482549 (or 0x482549) is known color: Hot Purple. HEX triplet: 48, 25 and 49. RGB value is (72,37,73). Sum of RGB (Red+Green+Blue) = 72+37+73=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #482549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482549 is #B7DAB6. Grayscale: #333333. Windows color (decimal): -12049079 or 4793672. OLE color: 4793672.

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

Color convert

RGB 72 37 73 -
CMYK 0.01 0.49 0 0.71
HSL 298.33º 0.33% 0.22% -
HSV(B) 298.33º 0.49% 0.29% -
XYZ 4.54 3.18 6.68 -
YUV 51.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 72 37 73 0.01 0.49 0 0.71 298.33 0.33 0.22
Hex 48 25 49 1 31 0 47 12A 21 16
Octal 110 45 111 1 61 0 107 452 41 26
Binary 1001000 100101 1001001 1 110001 0 1000111 100101010 100001 10110

Color Harmonies of #482549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482549

Black with #482549

Text Example


Text Example

White with #482549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482549; }

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

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

background-color css

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

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

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

border-color css

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

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

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