Html Css Color HEX #48284D Hot Purple

📋 copy color: '#48284D'

red 72 ◦ green 40 ◦ blue 77

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

Shades of Hot Purple #48284D

Tints of Hot Purple #48284D

RGB

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

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

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

R = 38.1%
G = 21.16%
B = 40.74%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48284D (or 0x48284D) is known color: Hot Purple. HEX triplet: 48, 28 and 4D. RGB value is (72,40,77). Sum of RGB (Red+Green+Blue) = 72+40+77=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #48284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48284D is #B7D7B2. Grayscale: #353535. Windows color (decimal): -12048307 or 5056584. OLE color: 5056584.

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

Color convert

RGB 72 40 77 -
CMYK 0.06 0.48 0 0.70
HSL 291.89º 0.32% 0.23% -
HSV(B) 291.89º 0.48% 0.3% -
XYZ 4.77 3.43 7.43 -
YUV 53.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 72 40 77 0.06 0.48 0 0.70 291.89 0.32 0.23
Hex 48 28 4D 6 30 0 46 124 20 17
Octal 110 50 115 6 60 0 106 444 40 27
Binary 1001000 101000 1001101 110 110000 0 1000110 100100100 100000 10111

Color Harmonies of #48284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48284D

Black with #48284D

Text Example


Text Example

White with #48284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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