Html Css Color HEX #4A004E Hot Purple

📋 copy color: '#4A004E'

red 74 ◦ green 0 ◦ blue 78

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

Shades of Hot Purple #4A004E

Tints of Hot Purple #4A004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 48.68%
G = 0%
B = 51.32%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A004E (or 0x4A004E) is known color: Hot Purple. HEX triplet: 4A, 00 and 4E. RGB value is (74,0,78). Sum of RGB (Red+Green+Blue) = 74+0+78=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A004E is #B5FFB1. Grayscale: #1E1E1E. Windows color (decimal): -11927474 or 5111882. OLE color: 5111882.

HSL color Cylindrical-coordinate representation of color #4A004E: hue angle of 296.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A004E is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 0 78 -
CMYK 0.05 1 0 0.69
HSL 296.92º 1% 0.15% -
HSV(B) 296.92º 1% 0.31% -
XYZ 4.2 2.01 7.37 -
YUV 31.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 74 0 78 0.05 1 0 0.69 296.92 1 0.15
Hex 4A 0 4E 5 64 0 45 129 64 F
Octal 112 0 116 5 144 0 105 451 144 17
Binary 1001010 0 1001110 101 1100100 0 1000101 100101001 1100100 1111

Color Harmonies of #4A004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A004E

Black with #4A004E

Text Example


Text Example

White with #4A004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,0,78); }

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

background-color css

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

 a { background-color: rgb(74,0,78); }

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

border-color css

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

 span { border-color: rgb(74,0,78); }

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