Html Css Color HEX #4A0951 Hot Purple

📋 copy color: '#4A0951'

red 74 ◦ green 9 ◦ blue 81

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

Shades of Hot Purple #4A0951

Tints of Hot Purple #4A0951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 45.12%
G = 5.49%
B = 49.39%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A0951 (or 0x4A0951) is known color: Hot Purple. HEX triplet: 4A, 09 and 51. RGB value is (74,9,81). Sum of RGB (Red+Green+Blue) = 74+9+81=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A0951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0951 is #B5F6AE. Grayscale: #242424. Windows color (decimal): -11925167 or 5310794. OLE color: 5310794.

HSL color Cylindrical-coordinate representation of color #4A0951: hue angle of 294.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0951 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 9 81 -
CMYK 0.09 0.89 0 0.68
HSL 294.17º 0.8% 0.18% -
HSV(B) 294.17º 0.89% 0.32% -
XYZ 4.41 2.25 7.99 -
YUV 36.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 74 9 81 0.09 0.89 0 0.68 294.17 0.8 0.18
Hex 4A 9 51 9 59 0 44 126 50 12
Octal 112 11 121 11 131 0 104 446 120 22
Binary 1001010 1001 1010001 1001 1011001 0 1000100 100100110 1010000 10010

Color Harmonies of #4A0951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0951

Black with #4A0951

Text Example


Text Example

White with #4A0951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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