Html Css Color HEX #48114A Hot Purple

📋 copy color: '#48114A'

red 72 ◦ green 17 ◦ blue 74

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

Shades of Hot Purple #48114A

Tints of Hot Purple #48114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 44.17%
G = 10.43%
B = 45.4%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48114A (or 0x48114A) is known color: Hot Purple. HEX triplet: 48, 11 and 4A. RGB value is (72,17,74). Sum of RGB (Red+Green+Blue) = 72+17+74=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #48114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48114A is #B7EEB5. Grayscale: #272727. Windows color (decimal): -12054198 or 4854088. OLE color: 4854088.

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

Color convert

RGB 72 17 74 -
CMYK 0.03 0.77 0 0.71
HSL 297.89º 0.63% 0.18% -
HSV(B) 297.89º 0.77% 0.29% -
XYZ 4.11 2.27 6.7 -
YUV 39.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 72 17 74 0.03 0.77 0 0.71 297.89 0.63 0.18
Hex 48 11 4A 3 4D 0 47 12A 3F 12
Octal 110 21 112 3 115 0 107 452 77 22
Binary 1001000 10001 1001010 11 1001101 0 1000111 100101010 111111 10010

Color Harmonies of #48114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48114A

Black with #48114A

Text Example


Text Example

White with #48114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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