Html Css Color HEX #48094E Hot Purple

📋 copy color: '#48094E'

red 72 ◦ green 9 ◦ blue 78

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

Shades of Hot Purple #48094E

Tints of Hot Purple #48094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 49.06%

R = 45.28%
G = 5.66%
B = 49.06%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48094E (or 0x48094E) is known color: Hot Purple. HEX triplet: 48, 09 and 4E. RGB value is (72,9,78). Sum of RGB (Red+Green+Blue) = 72+9+78=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #48094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48094E is #B7F6B1. Grayscale: #232323. Windows color (decimal): -12056242 or 5114184. OLE color: 5114184.

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

Color convert

RGB 72 9 78 -
CMYK 0.08 0.88 0 0.69
HSL 294.78º 0.79% 0.17% -
HSV(B) 294.78º 0.88% 0.31% -
XYZ 4.15 2.12 7.4 -
YUV 35.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 72 9 78 0.08 0.88 0 0.69 294.78 0.79 0.17
Hex 48 9 4E 8 58 0 45 127 4F 11
Octal 110 11 116 10 130 0 105 447 117 21
Binary 1001000 1001 1001110 1000 1011000 0 1000101 100100111 1001111 10001

Color Harmonies of #48094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48094E

Black with #48094E

Text Example


Text Example

White with #48094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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