Html Css Color HEX #48144C Hot Purple

📋 copy color: '#48144C'

red 72 ◦ green 20 ◦ blue 76

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

Shades of Hot Purple #48144C

Tints of Hot Purple #48144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

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

R = 42.86%
G = 11.9%
B = 45.24%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48144C (or 0x48144C) is known color: Hot Purple. HEX triplet: 48, 14 and 4C. RGB value is (72,20,76). Sum of RGB (Red+Green+Blue) = 72+20+76=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #48144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48144C is #B7EBB3. Grayscale: #292929. Windows color (decimal): -12053428 or 4985928. OLE color: 4985928.

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

Color convert

RGB 72 20 76 -
CMYK 0.05 0.74 0 0.70
HSL 295.71º 0.58% 0.19% -
HSV(B) 295.71º 0.74% 0.3% -
XYZ 4.23 2.4 7.08 -
YUV 41.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 72 20 76 0.05 0.74 0 0.70 295.71 0.58 0.19
Hex 48 14 4C 5 4A 0 46 128 3A 13
Octal 110 24 114 5 112 0 106 450 72 23
Binary 1001000 10100 1001100 101 1001010 0 1000110 100101000 111010 10011

Color Harmonies of #48144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48144C

Black with #48144C

Text Example


Text Example

White with #48144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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