Html Css Color HEX #48094D Hot Purple

📋 copy color: '#48094D'

red 72 ◦ green 9 ◦ blue 77

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

Shades of Hot Purple #48094D

Tints of Hot Purple #48094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 45.57%
G = 5.7%
B = 48.73%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48094D (or 0x48094D) is known color: Hot Purple. HEX triplet: 48, 09 and 4D. RGB value is (72,9,77). Sum of RGB (Red+Green+Blue) = 72+9+77=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #48094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48094D is #B7F6B2. Grayscale: #232323. Windows color (decimal): -12056243 or 5048648. OLE color: 5048648.

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

Color convert

RGB 72 9 77 -
CMYK 0.06 0.88 0 0.70
HSL 295.59º 0.79% 0.17% -
HSV(B) 295.59º 0.88% 0.3% -
XYZ 4.11 2.11 7.21 -
YUV 35.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 72 9 77 0.06 0.88 0 0.70 295.59 0.79 0.17
Hex 48 9 4D 6 58 0 46 128 4F 11
Octal 110 11 115 6 130 0 106 450 117 21
Binary 1001000 1001 1001101 110 1011000 0 1000110 100101000 1001111 10001

Color Harmonies of #48094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48094D

Black with #48094D

Text Example


Text Example

White with #48094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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