Html Css Color HEX #48054E Hot Purple

📋 copy color: '#48054E'

red 72 ◦ green 5 ◦ blue 78

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

Shades of Hot Purple #48054E

Tints of Hot Purple #48054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

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

R = 46.45%
G = 3.23%
B = 50.32%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48054E (or 0x48054E) is known color: Hot Purple. HEX triplet: 48, 05 and 4E. RGB value is (72,5,78). Sum of RGB (Red+Green+Blue) = 72+5+78=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #48054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48054E is #B7FAB1. Grayscale: #212121. Windows color (decimal): -12057266 or 5113160. OLE color: 5113160.

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

Color convert

RGB 72 5 78 -
CMYK 0.08 0.94 0 0.69
HSL 295.07º 0.88% 0.16% -
HSV(B) 295.07º 0.94% 0.31% -
XYZ 4.1 2.04 7.38 -
YUV 33.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 72 5 78 0.08 0.94 0 0.69 295.07 0.88 0.16
Hex 48 5 4E 8 5E 0 45 127 58 10
Octal 110 5 116 10 136 0 105 447 130 20
Binary 1001000 101 1001110 1000 1011110 0 1000101 100100111 1011000 10000

Color Harmonies of #48054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48054E

Black with #48054E

Text Example


Text Example

White with #48054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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