Html Css Color HEX #48084E Hot Purple

📋 copy color: '#48084E'

red 72 ◦ green 8 ◦ blue 78

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

Shades of Hot Purple #48084E

Tints of Hot Purple #48084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

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

R = 45.57%
G = 5.06%
B = 49.37%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48084E (or 0x48084E) is known color: Hot Purple. HEX triplet: 48, 08 and 4E. RGB value is (72,8,78). Sum of RGB (Red+Green+Blue) = 72+8+78=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #48084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48084E is #B7F7B1. Grayscale: #222222. Windows color (decimal): -12056498 or 5113928. OLE color: 5113928.

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

Color convert

RGB 72 8 78 -
CMYK 0.08 0.90 0 0.69
HSL 294.86º 0.81% 0.17% -
HSV(B) 294.86º 0.9% 0.31% -
XYZ 4.13 2.1 7.4 -
YUV 35.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 72 8 78 0.08 0.90 0 0.69 294.86 0.81 0.17
Hex 48 8 4E 8 5A 0 45 127 51 11
Octal 110 10 116 10 132 0 105 447 121 21
Binary 1001000 1000 1001110 1000 1011010 0 1000101 100100111 1010001 10001

Color Harmonies of #48084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48084E

Black with #48084E

Text Example


Text Example

White with #48084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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