Html Css Color HEX #48244E Hot Purple

📋 copy color: '#48244E'

red 72 ◦ green 36 ◦ blue 78

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

Shades of Hot Purple #48244E

Tints of Hot Purple #48244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

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

R = 38.71%
G = 19.35%
B = 41.94%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48244E (or 0x48244E) is known color: Hot Purple. HEX triplet: 48, 24 and 4E. RGB value is (72,36,78). Sum of RGB (Red+Green+Blue) = 72+36+78=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #48244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48244E is #B7DBB1. Grayscale: #333333. Windows color (decimal): -12049330 or 5121096. OLE color: 5121096.

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

Color convert

RGB 72 36 78 -
CMYK 0.08 0.54 0 0.69
HSL 291.43º 0.37% 0.22% -
HSV(B) 291.43º 0.54% 0.31% -
XYZ 4.68 3.19 7.58 -
YUV 51.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 72 36 78 0.08 0.54 0 0.69 291.43 0.37 0.22
Hex 48 24 4E 8 36 0 45 123 25 16
Octal 110 44 116 10 66 0 105 443 45 26
Binary 1001000 100100 1001110 1000 110110 0 1000101 100100011 100101 10110

Color Harmonies of #48244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48244E

Black with #48244E

Text Example


Text Example

White with #48244E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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