Html Css Color HEX #4A1950 Hot Purple

📋 copy color: '#4A1950'

red 74 ◦ green 25 ◦ blue 80

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

Shades of Hot Purple #4A1950

Tints of Hot Purple #4A1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

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

R = 41.34%
G = 13.97%
B = 44.69%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A1950 (or 0x4A1950) is known color: Hot Purple. HEX triplet: 4A, 19 and 50. RGB value is (74,25,80). Sum of RGB (Red+Green+Blue) = 74+25+80=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A1950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1950 is #B5E6AF. Grayscale: #2D2D2D. Windows color (decimal): -11921072 or 5249354. OLE color: 5249354.

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

Color convert

RGB 74 25 80 -
CMYK 0.08 0.69 0 0.69
HSL 293.45º 0.52% 0.21% -
HSV(B) 293.45º 0.69% 0.31% -
XYZ 4.62 2.73 7.87 -
YUV 45.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 74 25 80 0.08 0.69 0 0.69 293.45 0.52 0.21
Hex 4A 19 50 8 45 0 45 125 34 15
Octal 112 31 120 10 105 0 105 445 64 25
Binary 1001010 11001 1010000 1000 1000101 0 1000101 100100101 110100 10101

Color Harmonies of #4A1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1950

Black with #4A1950

Text Example


Text Example

White with #4A1950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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