Html Css Color HEX #482A49 Hot Purple

📋 copy color: '#482A49'

red 72 ◦ green 42 ◦ blue 73

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

Shades of Hot Purple #482A49

Tints of Hot Purple #482A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

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

R = 38.5%
G = 22.46%
B = 39.04%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#482A49 (or 0x482A49) is known color: Hot Purple. HEX triplet: 48, 2A and 49. RGB value is (72,42,73). Sum of RGB (Red+Green+Blue) = 72+42+73=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 73 - color contains mainly: blue. Hex color #482A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A49 is #B7D5B6. Grayscale: #363636. Windows color (decimal): -12047799 or 4794952. OLE color: 4794952.

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

Color convert

RGB 72 42 73 -
CMYK 0.01 0.42 0 0.71
HSL 298.06º 0.27% 0.23% -
HSV(B) 298.06º 0.42% 0.29% -
XYZ 4.7 3.51 6.73 -
YUV 54.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 72 42 73 0.01 0.42 0 0.71 298.06 0.27 0.23
Hex 48 2A 49 1 2A 0 47 12A 1B 17
Octal 110 52 111 1 52 0 107 452 33 27
Binary 1001000 101010 1001001 1 101010 0 1000111 100101010 11011 10111

Color Harmonies of #482A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A49

Black with #482A49

Text Example


Text Example

White with #482A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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