Html Css Color HEX #482048 Hot Purple

📋 copy color: '#482048'

red 72 ◦ green 32 ◦ blue 72

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

Shades of Hot Purple #482048

Tints of Hot Purple #482048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

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

R = 40.91%
G = 18.18%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#482048 (or 0x482048) is known color: Hot Purple. HEX triplet: 48, 20 and 48. RGB value is (72,32,72). Sum of RGB (Red+Green+Blue) = 72+32+72=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482048 is #B7DFB7. Grayscale: #303030. Windows color (decimal): -12050360 or 4726856. OLE color: 4726856.

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

Color convert

RGB 72 32 72 -
CMYK 0 0.56 0 0.72
HSL 300º 0.38% 0.2% -
HSV(B) 300º 0.56% 0.28% -
XYZ 4.36 2.88 6.46 -
YUV 48.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 72 32 72 0 0.56 0 0.72 300 0.38 0.2
Hex 48 20 48 0 38 0 48 12C 26 14
Octal 110 40 110 0 70 0 110 454 46 24
Binary 1001000 100000 1001000 0 111000 0 1001000 100101100 100110 10100

Color Harmonies of #482048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482048

Black with #482048

Text Example


Text Example

White with #482048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482048; }

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

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

background-color css

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

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

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

border-color css

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

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

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