Html Css Color HEX #48154F Hot Purple

📋 copy color: '#48154F'

red 72 ◦ green 21 ◦ blue 79

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

Shades of Hot Purple #48154F

Tints of Hot Purple #48154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

 BLUE value IS 79 (31.25% from 255) = 45.93%

R = 41.86%
G = 12.21%
B = 45.93%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48154F (or 0x48154F) is known color: Hot Purple. HEX triplet: 48, 15 and 4F. RGB value is (72,21,79). Sum of RGB (Red+Green+Blue) = 72+21+79=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #48154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48154F is #B7EAB0. Grayscale: #2A2A2A. Windows color (decimal): -12053169 or 5182792. OLE color: 5182792.

HSL color Cylindrical-coordinate representation of color #48154F: hue angle of 292.76º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48154F is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 21 79 -
CMYK 0.09 0.73 0 0.69
HSL 292.76º 0.58% 0.2% -
HSV(B) 292.76º 0.73% 0.31% -
XYZ 4.35 2.48 7.65 -
YUV 42.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 72 21 79 0.09 0.73 0 0.69 292.76 0.58 0.2
Hex 48 15 4F 9 49 0 45 125 3A 14
Octal 110 25 117 11 111 0 105 445 72 24
Binary 1001000 10101 1001111 1001 1001001 0 1000101 100100101 111010 10100

Color Harmonies of #48154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48154F

Black with #48154F

Text Example


Text Example

White with #48154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48154F; }

 p { color: rgb(72,21,79); }

 H1.HeaderClassName
 {
   color: #48154F;
 }
 .AnyTagClassName
 {
   color: #48154F;
 }
</style>

background-color css

<style>
 a { background-color: #48154F; }

 a { background-color: rgb(72,21,79); }

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

border-color css

<style>
 span { border-color: #48154F; }

 span { border-color: rgb(72,21,79); }

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