Html Css Color HEX #48184F Hot Purple

📋 copy color: '#48184F'

red 72 ◦ green 24 ◦ blue 79

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

Shades of Hot Purple #48184F

Tints of Hot Purple #48184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

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

R = 41.14%
G = 13.71%
B = 45.14%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48184F (or 0x48184F) is known color: Hot Purple. HEX triplet: 48, 18 and 4F. RGB value is (72,24,79). Sum of RGB (Red+Green+Blue) = 72+24+79=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #48184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48184F is #B7E7B0. Grayscale: #2C2C2C. Windows color (decimal): -12052401 or 5183560. OLE color: 5183560.

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

Color convert

RGB 72 24 79 -
CMYK 0.09 0.70 0 0.69
HSL 292.36º 0.53% 0.2% -
HSV(B) 292.36º 0.7% 0.31% -
XYZ 4.41 2.6 7.67 -
YUV 44.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 72 24 79 0.09 0.70 0 0.69 292.36 0.53 0.2
Hex 48 18 4F 9 46 0 45 124 35 14
Octal 110 30 117 11 106 0 105 444 65 24
Binary 1001000 11000 1001111 1001 1000110 0 1000101 100100100 110101 10100

Color Harmonies of #48184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48184F

Black with #48184F

Text Example


Text Example

White with #48184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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