Html Css Color HEX #48104D Hot Purple

📋 copy color: '#48104D'

red 72 ◦ green 16 ◦ blue 77

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

Shades of Hot Purple #48104D

Tints of Hot Purple #48104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 43.64%
G = 9.7%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48104D (or 0x48104D) is known color: Hot Purple. HEX triplet: 48, 10 and 4D. RGB value is (72,16,77). Sum of RGB (Red+Green+Blue) = 72+16+77=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #48104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48104D is #B7EFB2. Grayscale: #272727. Windows color (decimal): -12054451 or 5050440. OLE color: 5050440.

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

Color convert

RGB 72 16 77 -
CMYK 0.06 0.79 0 0.70
HSL 295.08º 0.66% 0.18% -
HSV(B) 295.08º 0.79% 0.3% -
XYZ 4.2 2.28 7.24 -
YUV 39.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 72 16 77 0.06 0.79 0 0.70 295.08 0.66 0.18
Hex 48 10 4D 6 4F 0 46 127 42 12
Octal 110 20 115 6 117 0 106 447 102 22
Binary 1001000 10000 1001101 110 1001111 0 1000110 100100111 1000010 10010

Color Harmonies of #48104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48104D

Black with #48104D

Text Example


Text Example

White with #48104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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