Html Css Color HEX #48304A Hot Purple

📋 copy color: '#48304A'

red 72 ◦ green 48 ◦ blue 74

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

Shades of Hot Purple #48304A

Tints of Hot Purple #48304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 37.11%
G = 24.74%
B = 38.14%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48304A (or 0x48304A) is known color: Hot Purple. HEX triplet: 48, 30 and 4A. RGB value is (72,48,74). Sum of RGB (Red+Green+Blue) = 72+48+74=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #48304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48304A is #B7CFB5. Grayscale: #3A3A3A. Windows color (decimal): -12046262 or 4862024. OLE color: 4862024.

HSL color Cylindrical-coordinate representation of color #48304A: hue angle of 295.38º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48304A is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 48 74 -
CMYK 0.03 0.35 0 0.71
HSL 295.38º 0.21% 0.24% -
HSV(B) 295.38º 0.35% 0.29% -
XYZ 4.97 3.99 6.99 -
YUV 58.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 72 48 74 0.03 0.35 0 0.71 295.38 0.21 0.24
Hex 48 30 4A 3 23 0 47 127 15 18
Octal 110 60 112 3 43 0 107 447 25 30
Binary 1001000 110000 1001010 11 100011 0 1000111 100100111 10101 11000

Color Harmonies of #48304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48304A

Black with #48304A

Text Example


Text Example

White with #48304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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