Html Css Color HEX #482848 Hot Purple

📋 copy color: '#482848'

red 72 ◦ green 40 ◦ blue 72

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

Shades of Hot Purple #482848

Tints of Hot Purple #482848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 39.13%
G = 21.74%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482848 (or 0x482848) is known color: Hot Purple. HEX triplet: 48, 28 and 48. RGB value is (72,40,72). Sum of RGB (Red+Green+Blue) = 72+40+72=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482848 is #B7D7B7. Grayscale: #353535. Windows color (decimal): -12048312 or 4728904. OLE color: 4728904.

HSL color Cylindrical-coordinate representation of color #482848: hue angle of 300º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482848 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 72 -
CMYK 0 0.44 0 0.72
HSL 300º 0.29% 0.22% -
HSV(B) 300º 0.44% 0.28% -
XYZ 4.6 3.36 6.54 -
YUV 53.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 72 40 72 0 0.44 0 0.72 300 0.29 0.22
Hex 48 28 48 0 2C 0 48 12C 1D 16
Octal 110 50 110 0 54 0 110 454 35 26
Binary 1001000 101000 1001000 0 101100 0 1001000 100101100 11101 10110

Color Harmonies of #482848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482848

Black with #482848

Text Example


Text Example

White with #482848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482848; }

 p { color: rgb(72,40,72); }

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

background-color css

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

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

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

border-color css

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

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

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