Html Css Color HEX #48114D Hot Purple

📋 copy color: '#48114D'

red 72 ◦ green 17 ◦ blue 77

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

Shades of Hot Purple #48114D

Tints of Hot Purple #48114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

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

R = 43.37%
G = 10.24%
B = 46.39%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48114D (or 0x48114D) is known color: Hot Purple. HEX triplet: 48, 11 and 4D. RGB value is (72,17,77). Sum of RGB (Red+Green+Blue) = 72+17+77=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #48114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48114D is #B7EEB2. Grayscale: #282828. Windows color (decimal): -12054195 or 5050696. OLE color: 5050696.

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

Color convert

RGB 72 17 77 -
CMYK 0.06 0.78 0 0.70
HSL 295º 0.64% 0.18% -
HSV(B) 295º 0.78% 0.3% -
XYZ 4.21 2.31 7.25 -
YUV 40.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 72 17 77 0.06 0.78 0 0.70 295 0.64 0.18
Hex 48 11 4D 6 4E 0 46 127 40 12
Octal 110 21 115 6 116 0 106 447 100 22
Binary 1001000 10001 1001101 110 1001110 0 1000110 100100111 1000000 10010

Color Harmonies of #48114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48114D

Black with #48114D

Text Example


Text Example

White with #48114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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