Html Css Color HEX #49304B Hot Purple

📋 copy color: '#49304B'

red 73 ◦ green 48 ◦ blue 75

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

Shades of Hot Purple #49304B

Tints of Hot Purple #49304B

RGB

 RED value IS 73 (28.91% from 255) = 37.24%

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

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 37.24%
G = 24.49%
B = 38.27%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49304B (or 0x49304B) is known color: Hot Purple. HEX triplet: 49, 30 and 4B. RGB value is (73,48,75). Sum of RGB (Red+Green+Blue) = 73+48+75=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #49304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49304B is #B6CFB4. Grayscale: #3A3A3A. Windows color (decimal): -11980725 or 4927561. OLE color: 4927561.

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

Color convert

RGB 73 48 75 -
CMYK 0.03 0.36 0 0.71
HSL 295.56º 0.22% 0.24% -
HSV(B) 295.56º 0.36% 0.29% -
XYZ 5.07 4.04 7.17 -
YUV 58.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 73 48 75 0.03 0.36 0 0.71 295.56 0.22 0.24
Hex 49 30 4B 3 24 0 47 128 16 18
Octal 111 60 113 3 44 0 107 450 26 30
Binary 1001001 110000 1001011 11 100100 0 1000111 100101000 10110 11000

Color Harmonies of #49304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49304B

Black with #49304B

Text Example


Text Example

White with #49304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49304B; }

 p { color: rgb(73,48,75); }

 H1.HeaderClassName
 {
   color: #49304B;
 }
 .AnyTagClassName
 {
   color: #49304B;
 }
</style>

background-color css

<style>
 a { background-color: #49304B; }

 a { background-color: rgb(73,48,75); }

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

border-color css

<style>
 span { border-color: #49304B; }

 span { border-color: rgb(73,48,75); }

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