Html Css Color HEX #48084D Hot Purple

📋 copy color: '#48084D'

red 72 ◦ green 8 ◦ blue 77

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

Shades of Hot Purple #48084D

Tints of Hot Purple #48084D

RGB

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

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

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

R = 45.86%
G = 5.1%
B = 49.04%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48084D (or 0x48084D) is known color: Hot Purple. HEX triplet: 48, 08 and 4D. RGB value is (72,8,77). Sum of RGB (Red+Green+Blue) = 72+8+77=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #48084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48084D is #B7F7B2. Grayscale: #222222. Windows color (decimal): -12056499 or 5048392. OLE color: 5048392.

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

Color convert

RGB 72 8 77 -
CMYK 0.06 0.90 0 0.70
HSL 295.65º 0.81% 0.17% -
HSV(B) 295.65º 0.9% 0.3% -
XYZ 4.1 2.09 7.21 -
YUV 35 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 72 8 77 0.06 0.90 0 0.70 295.65 0.81 0.17
Hex 48 8 4D 6 5A 0 46 128 51 11
Octal 110 10 115 6 132 0 106 450 121 21
Binary 1001000 1000 1001101 110 1011010 0 1000110 100101000 1010001 10001

Color Harmonies of #48084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48084D

Black with #48084D

Text Example


Text Example

White with #48084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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