Html Css Color HEX #48174C Hot Purple

📋 copy color: '#48174C'

red 72 ◦ green 23 ◦ blue 76

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

Shades of Hot Purple #48174C

Tints of Hot Purple #48174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 76 (30.08% from 255) = 44.44%

R = 42.11%
G = 13.45%
B = 44.44%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48174C (or 0x48174C) is known color: Hot Purple. HEX triplet: 48, 17 and 4C. RGB value is (72,23,76). Sum of RGB (Red+Green+Blue) = 72+23+76=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #48174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48174C is #B7E8B3. Grayscale: #2B2B2B. Windows color (decimal): -12052660 or 4986696. OLE color: 4986696.

HSL color Cylindrical-coordinate representation of color #48174C: hue angle of 295.47º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48174C is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 23 76 -
CMYK 0.05 0.70 0 0.70
HSL 295.47º 0.54% 0.19% -
HSV(B) 295.47º 0.7% 0.3% -
XYZ 4.28 2.51 7.1 -
YUV 43.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 72 23 76 0.05 0.70 0 0.70 295.47 0.54 0.19
Hex 48 17 4C 5 46 0 46 127 36 13
Octal 110 27 114 5 106 0 106 447 66 23
Binary 1001000 10111 1001100 101 1000110 0 1000110 100100111 110110 10011

Color Harmonies of #48174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48174C

Black with #48174C

Text Example


Text Example

White with #48174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48174C; }

 p { color: rgb(72,23,76); }

 H1.HeaderClassName
 {
   color: #48174C;
 }
 .AnyTagClassName
 {
   color: #48174C;
 }
</style>

background-color css

<style>
 a { background-color: #48174C; }

 a { background-color: rgb(72,23,76); }

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

border-color css

<style>
 span { border-color: #48174C; }

 span { border-color: rgb(72,23,76); }

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