Html Css Color HEX #4A3050 Hot Purple

📋 copy color: '#4A3050'

red 74 ◦ green 48 ◦ blue 80

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

Shades of Hot Purple #4A3050

Tints of Hot Purple #4A3050

RGB

 RED value IS 74 (29.3% from 255) = 36.63%

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

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 36.63%
G = 23.76%
B = 39.6%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A3050 (or 0x4A3050) is known color: Hot Purple. HEX triplet: 4A, 30 and 50. RGB value is (74,48,80). Sum of RGB (Red+Green+Blue) = 74+48+80=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3050 is #B5CFAF. Grayscale: #3B3B3B. Windows color (decimal): -11915184 or 5255242. OLE color: 5255242.

HSL color Cylindrical-coordinate representation of color #4A3050: hue angle of 288.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A3050 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 48 80 -
CMYK 0.08 0.40 0 0.69
HSL 288.75º 0.25% 0.25% -
HSV(B) 288.75º 0.4% 0.31% -
XYZ 5.33 4.15 8.11 -
YUV 59.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 74 48 80 0.08 0.40 0 0.69 288.75 0.25 0.25
Hex 4A 30 50 8 28 0 45 121 19 19
Octal 112 60 120 10 50 0 105 441 31 31
Binary 1001010 110000 1010000 1000 101000 0 1000101 100100001 11001 11001

Color Harmonies of #4A3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3050

Black with #4A3050

Text Example


Text Example

White with #4A3050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3050; }

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

 H1.HeaderClassName
 {
   color: #4A3050;
 }
 .AnyTagClassName
 {
   color: #4A3050;
 }
</style>

background-color css

<style>
 a { background-color: #4A3050; }

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

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

border-color css

<style>
 span { border-color: #4A3050; }

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

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