Html Css Color HEX #48314A Hot Purple

📋 copy color: '#48314A'

red 72 ◦ green 49 ◦ blue 74

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

Shades of Hot Purple #48314A

Tints of Hot Purple #48314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 36.92%
G = 25.13%
B = 37.95%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48314A (or 0x48314A) is known color: Hot Purple. HEX triplet: 48, 31 and 4A. RGB value is (72,49,74). Sum of RGB (Red+Green+Blue) = 72+49+74=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #48314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48314A is #B7CEB5. Grayscale: #3A3A3A. Windows color (decimal): -12046006 or 4862280. OLE color: 4862280.

HSL color Cylindrical-coordinate representation of color #48314A: hue angle of 295.2º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48314A is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 49 74 -
CMYK 0.03 0.34 0 0.71
HSL 295.2º 0.2% 0.24% -
HSV(B) 295.2º 0.34% 0.29% -
XYZ 5.01 4.07 7 -
YUV 58.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 72 49 74 0.03 0.34 0 0.71 295.2 0.2 0.24
Hex 48 31 4A 3 22 0 47 127 14 18
Octal 110 61 112 3 42 0 107 447 24 30
Binary 1001000 110001 1001010 11 100010 0 1000111 100100111 10100 11000

Color Harmonies of #48314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48314A

Black with #48314A

Text Example


Text Example

White with #48314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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