Html Css Color HEX #4A074F Hot Purple

📋 copy color: '#4A074F'

red 74 ◦ green 7 ◦ blue 79

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

Shades of Hot Purple #4A074F

Tints of Hot Purple #4A074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.38%

R = 46.25%
G = 4.38%
B = 49.38%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A074F (or 0x4A074F) is known color: Hot Purple. HEX triplet: 4A, 07 and 4F. RGB value is (74,7,79). Sum of RGB (Red+Green+Blue) = 74+7+79=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A074F is #B5F8B0. Grayscale: #232323. Windows color (decimal): -11925681 or 5179210. OLE color: 5179210.

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

Color convert

RGB 74 7 79 -
CMYK 0.06 0.91 0 0.69
HSL 295.83º 0.84% 0.17% -
HSV(B) 295.83º 0.91% 0.31% -
XYZ 4.31 2.17 7.59 -
YUV 35.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 74 7 79 0.06 0.91 0 0.69 295.83 0.84 0.17
Hex 4A 7 4F 6 5B 0 45 128 54 11
Octal 112 7 117 6 133 0 105 450 124 21
Binary 1001010 111 1001111 110 1011011 0 1000101 100101000 1010100 10001

Color Harmonies of #4A074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A074F

Black with #4A074F

Text Example


Text Example

White with #4A074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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