Html Css Color HEX #48294D Hot Purple

📋 copy color: '#48294D'

red 72 ◦ green 41 ◦ blue 77

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

Shades of Hot Purple #48294D

Tints of Hot Purple #48294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 37.89%
G = 21.58%
B = 40.53%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48294D (or 0x48294D) is known color: Hot Purple. HEX triplet: 48, 29 and 4D. RGB value is (72,41,77). Sum of RGB (Red+Green+Blue) = 72+41+77=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #48294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48294D is #B7D6B2. Grayscale: #363636. Windows color (decimal): -12048051 or 5056840. OLE color: 5056840.

HSL color Cylindrical-coordinate representation of color #48294D: hue angle of 291.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48294D is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 41 77 -
CMYK 0.06 0.47 0 0.70
HSL 291.67º 0.31% 0.23% -
HSV(B) 291.67º 0.47% 0.3% -
XYZ 4.8 3.5 7.44 -
YUV 54.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 72 41 77 0.06 0.47 0 0.70 291.67 0.31 0.23
Hex 48 29 4D 6 2F 0 46 124 1F 17
Octal 110 51 115 6 57 0 106 444 37 27
Binary 1001000 101001 1001101 110 101111 0 1000110 100100100 11111 10111

Color Harmonies of #48294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48294D

Black with #48294D

Text Example


Text Example

White with #48294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48294D; }

 p { color: rgb(72,41,77); }

 H1.HeaderClassName
 {
   color: #48294D;
 }
 .AnyTagClassName
 {
   color: #48294D;
 }
</style>

background-color css

<style>
 a { background-color: #48294D; }

 a { background-color: rgb(72,41,77); }

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

border-color css

<style>
 span { border-color: #48294D; }

 span { border-color: rgb(72,41,77); }

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