Html Css Color HEX #4A084F Hot Purple

📋 copy color: '#4A084F'

red 74 ◦ green 8 ◦ blue 79

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

Shades of Hot Purple #4A084F

Tints of Hot Purple #4A084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 45.96%
G = 4.97%
B = 49.07%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A084F (or 0x4A084F) is known color: Hot Purple. HEX triplet: 4A, 08 and 4F. RGB value is (74,8,79). Sum of RGB (Red+Green+Blue) = 74+8+79=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A084F is #B5F7B0. Grayscale: #232323. Windows color (decimal): -11925425 or 5179466. OLE color: 5179466.

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

Color convert

RGB 74 8 79 -
CMYK 0.06 0.90 0 0.69
HSL 295.77º 0.82% 0.17% -
HSV(B) 295.77º 0.9% 0.31% -
XYZ 4.32 2.19 7.59 -
YUV 35.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 74 8 79 0.06 0.90 0 0.69 295.77 0.82 0.17
Hex 4A 8 4F 6 5A 0 45 128 52 11
Octal 112 10 117 6 132 0 105 450 122 21
Binary 1001010 1000 1001111 110 1011010 0 1000101 100101000 1010010 10001

Color Harmonies of #4A084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A084F

Black with #4A084F

Text Example


Text Example

White with #4A084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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