Html Css Color HEX #49284B Hot Purple

📋 copy color: '#49284B'

red 73 ◦ green 40 ◦ blue 75

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

Shades of Hot Purple #49284B

Tints of Hot Purple #49284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

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

R = 38.83%
G = 21.28%
B = 39.89%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49284B (or 0x49284B) is known color: Hot Purple. HEX triplet: 49, 28 and 4B. RGB value is (73,40,75). Sum of RGB (Red+Green+Blue) = 73+40+75=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #49284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49284B is #B6D7B4. Grayscale: #353535. Windows color (decimal): -11982773 or 4925513. OLE color: 4925513.

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

Color convert

RGB 73 40 75 -
CMYK 0.03 0.47 0 0.71
HSL 296.57º 0.3% 0.23% -
HSV(B) 296.57º 0.47% 0.29% -
XYZ 4.78 3.44 7.07 -
YUV 53.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 73 40 75 0.03 0.47 0 0.71 296.57 0.3 0.23
Hex 49 28 4B 3 2F 0 47 129 1E 17
Octal 111 50 113 3 57 0 107 451 36 27
Binary 1001001 101000 1001011 11 101111 0 1000111 100101001 11110 10111

Color Harmonies of #49284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49284B

Black with #49284B

Text Example


Text Example

White with #49284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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