Html Css Color HEX #482C49 Hot Purple

📋 copy color: '#482C49'

red 72 ◦ green 44 ◦ blue 73

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

Shades of Hot Purple #482C49

Tints of Hot Purple #482C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.28%

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

R = 38.1%
G = 23.28%
B = 38.62%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#482C49 (or 0x482C49) is known color: Hot Purple. HEX triplet: 48, 2C and 49. RGB value is (72,44,73). Sum of RGB (Red+Green+Blue) = 72+44+73=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #482C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C49 is #B7D3B6. Grayscale: #373737. Windows color (decimal): -12047287 or 4795464. OLE color: 4795464.

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

Color convert

RGB 72 44 73 -
CMYK 0.01 0.40 0 0.71
HSL 297.93º 0.25% 0.23% -
HSV(B) 297.93º 0.4% 0.29% -
XYZ 4.78 3.66 6.76 -
YUV 55.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 72 44 73 0.01 0.40 0 0.71 297.93 0.25 0.23
Hex 48 2C 49 1 28 0 47 12A 19 17
Octal 110 54 111 1 50 0 107 452 31 27
Binary 1001000 101100 1001001 1 101000 0 1000111 100101010 11001 10111

Color Harmonies of #482C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C49

Black with #482C49

Text Example


Text Example

White with #482C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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