Html Css Color HEX #4A0950 Hot Purple

📋 copy color: '#4A0950'

red 74 ◦ green 9 ◦ blue 80

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

Shades of Hot Purple #4A0950

Tints of Hot Purple #4A0950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 45.4%
G = 5.52%
B = 49.08%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A0950 (or 0x4A0950) is known color: Hot Purple. HEX triplet: 4A, 09 and 50. RGB value is (74,9,80). Sum of RGB (Red+Green+Blue) = 74+9+80=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A0950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0950 is #B5F6AF. Grayscale: #242424. Windows color (decimal): -11925168 or 5245258. OLE color: 5245258.

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

Color convert

RGB 74 9 80 -
CMYK 0.08 0.89 0 0.69
HSL 294.93º 0.8% 0.17% -
HSV(B) 294.93º 0.89% 0.31% -
XYZ 4.37 2.23 7.79 -
YUV 36.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 74 9 80 0.08 0.89 0 0.69 294.93 0.8 0.17
Hex 4A 9 50 8 59 0 45 127 50 11
Octal 112 11 120 10 131 0 105 447 120 21
Binary 1001010 1001 1010000 1000 1011001 0 1000101 100100111 1010000 10001

Color Harmonies of #4A0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0950

Black with #4A0950

Text Example


Text Example

White with #4A0950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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