Html Css Color HEX #48314D Hot Purple

📋 copy color: '#48314D'

red 72 ◦ green 49 ◦ blue 77

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

Shades of Hot Purple #48314D

Tints of Hot Purple #48314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.75%

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

R = 36.36%
G = 24.75%
B = 38.89%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48314D (or 0x48314D) is known color: Hot Purple. HEX triplet: 48, 31 and 4D. RGB value is (72,49,77). Sum of RGB (Red+Green+Blue) = 72+49+77=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #48314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48314D is #B7CEB2. Grayscale: #3A3A3A. Windows color (decimal): -12046003 or 5058888. OLE color: 5058888.

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

Color convert

RGB 72 49 77 -
CMYK 0.06 0.36 0 0.70
HSL 289.29º 0.22% 0.25% -
HSV(B) 289.29º 0.36% 0.3% -
XYZ 5.11 4.11 7.55 -
YUV 59.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 72 49 77 0.06 0.36 0 0.70 289.29 0.22 0.25
Hex 48 31 4D 6 24 0 46 121 16 19
Octal 110 61 115 6 44 0 106 441 26 31
Binary 1001000 110001 1001101 110 100100 0 1000110 100100001 10110 11001

Color Harmonies of #48314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48314D

Black with #48314D

Text Example


Text Example

White with #48314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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