Html Css Color HEX #4A1A50 Hot Purple

📋 copy color: '#4A1A50'

red 74 ◦ green 26 ◦ blue 80

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

Shades of Hot Purple #4A1A50

Tints of Hot Purple #4A1A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.44%

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

R = 41.11%
G = 14.44%
B = 44.44%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A1A50 (or 0x4A1A50) is known color: Hot Purple. HEX triplet: 4A, 1A and 50. RGB value is (74,26,80). Sum of RGB (Red+Green+Blue) = 74+26+80=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A1A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1A50 is #B5E5AF. Grayscale: #2E2E2E. Windows color (decimal): -11920816 or 5249610. OLE color: 5249610.

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

Color convert

RGB 74 26 80 -
CMYK 0.08 0.67 0 0.69
HSL 293.33º 0.51% 0.21% -
HSV(B) 293.33º 0.68% 0.31% -
XYZ 4.64 2.77 7.88 -
YUV 46.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 74 26 80 0.08 0.67 0 0.69 293.33 0.51 0.21
Hex 4A 1A 50 8 43 0 45 125 33 15
Octal 112 32 120 10 103 0 105 445 63 25
Binary 1001010 11010 1010000 1000 1000011 0 1000101 100100101 110011 10101

Color Harmonies of #4A1A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1A50

Black with #4A1A50

Text Example


Text Example

White with #4A1A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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