Html Css Color HEX #48294E Hot Purple

📋 copy color: '#48294E'

red 72 ◦ green 41 ◦ blue 78

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

Shades of Hot Purple #48294E

Tints of Hot Purple #48294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.84%

R = 37.7%
G = 21.47%
B = 40.84%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48294E (or 0x48294E) is known color: Hot Purple. HEX triplet: 48, 29 and 4E. RGB value is (72,41,78). Sum of RGB (Red+Green+Blue) = 72+41+78=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #48294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48294E is #B7D6B1. Grayscale: #363636. Windows color (decimal): -12048050 or 5122376. OLE color: 5122376.

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

Color convert

RGB 72 41 78 -
CMYK 0.08 0.47 0 0.69
HSL 290.27º 0.31% 0.23% -
HSV(B) 290.27º 0.47% 0.31% -
XYZ 4.84 3.51 7.63 -
YUV 54.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 72 41 78 0.08 0.47 0 0.69 290.27 0.31 0.23
Hex 48 29 4E 8 2F 0 45 122 1F 17
Octal 110 51 116 10 57 0 105 442 37 27
Binary 1001000 101001 1001110 1000 101111 0 1000101 100100010 11111 10111

Color Harmonies of #48294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48294E

Black with #48294E

Text Example


Text Example

White with #48294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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