Html Css Color HEX #48304D Hot Purple

📋 copy color: '#48304D'

red 72 ◦ green 48 ◦ blue 77

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

Shades of Hot Purple #48304D

Tints of Hot Purple #48304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 36.55%
G = 24.37%
B = 39.09%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48304D (or 0x48304D) is known color: Hot Purple. HEX triplet: 48, 30 and 4D. RGB value is (72,48,77). Sum of RGB (Red+Green+Blue) = 72+48+77=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #48304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48304D is #B7CFB2. Grayscale: #3A3A3A. Windows color (decimal): -12046259 or 5058632. OLE color: 5058632.

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

Color convert

RGB 72 48 77 -
CMYK 0.06 0.38 0 0.70
HSL 289.66º 0.23% 0.25% -
HSV(B) 289.66º 0.38% 0.3% -
XYZ 5.07 4.03 7.53 -
YUV 58.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 72 48 77 0.06 0.38 0 0.70 289.66 0.23 0.25
Hex 48 30 4D 6 26 0 46 122 17 19
Octal 110 60 115 6 46 0 106 442 27 31
Binary 1001000 110000 1001101 110 100110 0 1000110 100100010 10111 11001

Color Harmonies of #48304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48304D

Black with #48304D

Text Example


Text Example

White with #48304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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