Html Css Color HEX #48124E Hot Purple

📋 copy color: '#48124E'

red 72 ◦ green 18 ◦ blue 78

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

Shades of Hot Purple #48124E

Tints of Hot Purple #48124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 42.86%
G = 10.71%
B = 46.43%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48124E (or 0x48124E) is known color: Hot Purple. HEX triplet: 48, 12 and 4E. RGB value is (72,18,78). Sum of RGB (Red+Green+Blue) = 72+18+78=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #48124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48124E is #B7EDB1. Grayscale: #282828. Windows color (decimal): -12053938 or 5116488. OLE color: 5116488.

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

Color convert

RGB 72 18 78 -
CMYK 0.08 0.77 0 0.69
HSL 294º 0.63% 0.19% -
HSV(B) 294º 0.77% 0.31% -
XYZ 4.26 2.36 7.44 -
YUV 40.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 72 18 78 0.08 0.77 0 0.69 294 0.63 0.19
Hex 48 12 4E 8 4D 0 45 126 3E 13
Octal 110 22 116 10 115 0 105 446 76 23
Binary 1001000 10010 1001110 1000 1001101 0 1000101 100100110 111110 10011

Color Harmonies of #48124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48124E

Black with #48124E

Text Example


Text Example

White with #48124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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