Html Css Color HEX #482D49 Hot Purple

📋 copy color: '#482D49'

red 72 ◦ green 45 ◦ blue 73

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

Shades of Hot Purple #482D49

Tints of Hot Purple #482D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.68%

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

R = 37.89%
G = 23.68%
B = 38.42%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#482D49 (or 0x482D49) is known color: Hot Purple. HEX triplet: 48, 2D and 49. RGB value is (72,45,73). Sum of RGB (Red+Green+Blue) = 72+45+73=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #482D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D49 is #B7D2B6. Grayscale: #383838. Windows color (decimal): -12047031 or 4795720. OLE color: 4795720.

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

Color convert

RGB 72 45 73 -
CMYK 0.01 0.38 0 0.71
HSL 297.86º 0.24% 0.23% -
HSV(B) 297.86º 0.38% 0.29% -
XYZ 4.81 3.74 6.77 -
YUV 56.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 72 45 73 0.01 0.38 0 0.71 297.86 0.24 0.23
Hex 48 2D 49 1 26 0 47 12A 18 17
Octal 110 55 111 1 46 0 107 452 30 27
Binary 1001000 101101 1001001 1 100110 0 1000111 100101010 11000 10111

Color Harmonies of #482D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D49

Black with #482D49

Text Example


Text Example

White with #482D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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