Html Css Color HEX #4A074D Hot Purple

📋 copy color: '#4A074D'

red 74 ◦ green 7 ◦ blue 77

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

Shades of Hot Purple #4A074D

Tints of Hot Purple #4A074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

 BLUE value IS 77 (30.47% from 255) = 48.73%

R = 46.84%
G = 4.43%
B = 48.73%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A074D (or 0x4A074D) is known color: Hot Purple. HEX triplet: 4A, 07 and 4D. RGB value is (74,7,77). Sum of RGB (Red+Green+Blue) = 74+7+77=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A074D is #B5F8B2. Grayscale: #222222. Windows color (decimal): -11925683 or 5048138. OLE color: 5048138.

HSL color Cylindrical-coordinate representation of color #4A074D: hue angle of 297.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A074D is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 7 77 -
CMYK 0.04 0.91 0 0.70
HSL 297.43º 0.83% 0.16% -
HSV(B) 297.43º 0.91% 0.3% -
XYZ 4.24 2.14 7.21 -
YUV 35.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 74 7 77 0.04 0.91 0 0.70 297.43 0.83 0.16
Hex 4A 7 4D 4 5B 0 46 129 53 10
Octal 112 7 115 4 133 0 106 451 123 20
Binary 1001010 111 1001101 100 1011011 0 1000110 100101001 1010011 10000

Color Harmonies of #4A074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A074D

Black with #4A074D

Text Example


Text Example

White with #4A074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,7,77); }

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

background-color css

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

 a { background-color: rgb(74,7,77); }

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

border-color css

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

 span { border-color: rgb(74,7,77); }

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