Html Css Color HEX #4A3150 Hot Purple

📋 copy color: '#4A3150'

red 74 ◦ green 49 ◦ blue 80

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

Shades of Hot Purple #4A3150

Tints of Hot Purple #4A3150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

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

R = 36.45%
G = 24.14%
B = 39.41%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A3150 (or 0x4A3150) is known color: Hot Purple. HEX triplet: 4A, 31 and 50. RGB value is (74,49,80). Sum of RGB (Red+Green+Blue) = 74+49+80=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A3150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3150 is #B5CEAF. Grayscale: #3B3B3B. Windows color (decimal): -11914928 or 5255498. OLE color: 5255498.

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

Color convert

RGB 74 49 80 -
CMYK 0.08 0.39 0 0.69
HSL 288.39º 0.24% 0.25% -
HSV(B) 288.39º 0.39% 0.31% -
XYZ 5.37 4.23 8.12 -
YUV 60.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 74 49 80 0.08 0.39 0 0.69 288.39 0.24 0.25
Hex 4A 31 50 8 27 0 45 120 18 19
Octal 112 61 120 10 47 0 105 440 30 31
Binary 1001010 110001 1010000 1000 100111 0 1000101 100100000 11000 11001

Color Harmonies of #4A3150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3150

Black with #4A3150

Text Example


Text Example

White with #4A3150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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