Html Css Color HEX #48324A Hot Purple

📋 copy color: '#48324A'

red 72 ◦ green 50 ◦ blue 74

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

Shades of Hot Purple #48324A

Tints of Hot Purple #48324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 36.73%
G = 25.51%
B = 37.76%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48324A (or 0x48324A) is known color: Hot Purple. HEX triplet: 48, 32 and 4A. RGB value is (72,50,74). Sum of RGB (Red+Green+Blue) = 72+50+74=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #48324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48324A is #B7CDB5. Grayscale: #3B3B3B. Windows color (decimal): -12045750 or 4862536. OLE color: 4862536.

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

Color convert

RGB 72 50 74 -
CMYK 0.03 0.32 0 0.71
HSL 295º 0.19% 0.24% -
HSV(B) 295º 0.32% 0.29% -
XYZ 5.05 4.15 7.01 -
YUV 59.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 72 50 74 0.03 0.32 0 0.71 295 0.19 0.24
Hex 48 32 4A 3 20 0 47 127 13 18
Octal 110 62 112 3 40 0 107 447 23 30
Binary 1001000 110010 1001010 11 100000 0 1000111 100100111 10011 11000

Color Harmonies of #48324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48324A

Black with #48324A

Text Example


Text Example

White with #48324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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