Html Css Color HEX #4A1451 Hot Purple

📋 copy color: '#4A1451'

red 74 ◦ green 20 ◦ blue 81

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

Shades of Hot Purple #4A1451

Tints of Hot Purple #4A1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

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

R = 42.29%
G = 11.43%
B = 46.29%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A1451 (or 0x4A1451) is known color: Hot Purple. HEX triplet: 4A, 14 and 51. RGB value is (74,20,81). Sum of RGB (Red+Green+Blue) = 74+20+81=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1451 is #B5EBAE. Grayscale: #2A2A2A. Windows color (decimal): -11922351 or 5313610. OLE color: 5313610.

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

Color convert

RGB 74 20 81 -
CMYK 0.09 0.75 0 0.68
HSL 293.11º 0.6% 0.2% -
HSV(B) 293.11º 0.75% 0.32% -
XYZ 4.56 2.55 8.04 -
YUV 43.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 74 20 81 0.09 0.75 0 0.68 293.11 0.6 0.2
Hex 4A 14 51 9 4B 0 44 125 3C 14
Octal 112 24 121 11 113 0 104 445 74 24
Binary 1001010 10100 1010001 1001 1001011 0 1000100 100100101 111100 10100

Color Harmonies of #4A1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1451

Black with #4A1451

Text Example


Text Example

White with #4A1451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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