Html Css Color HEX #48204D Hot Purple

📋 copy color: '#48204D'

red 72 ◦ green 32 ◦ blue 77

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

Shades of Hot Purple #48204D

Tints of Hot Purple #48204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 39.78%
G = 17.68%
B = 42.54%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48204D (or 0x48204D) is known color: Hot Purple. HEX triplet: 48, 20 and 4D. RGB value is (72,32,77). Sum of RGB (Red+Green+Blue) = 72+32+77=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #48204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48204D is #B7DFB2. Grayscale: #303030. Windows color (decimal): -12050355 or 5054536. OLE color: 5054536.

HSL color Cylindrical-coordinate representation of color #48204D: hue angle of 293.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48204D is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 32 77 -
CMYK 0.06 0.58 0 0.70
HSL 293.33º 0.41% 0.21% -
HSV(B) 293.33º 0.58% 0.3% -
XYZ 4.53 2.95 7.35 -
YUV 49.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 72 32 77 0.06 0.58 0 0.70 293.33 0.41 0.21
Hex 48 20 4D 6 3A 0 46 125 29 15
Octal 110 40 115 6 72 0 106 445 51 25
Binary 1001000 100000 1001101 110 111010 0 1000110 100100101 101001 10101

Color Harmonies of #48204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48204D

Black with #48204D

Text Example


Text Example

White with #48204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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