Html Css Color HEX #4A1D4E Hot Purple

📋 copy color: '#4A1D4E'

red 74 ◦ green 29 ◦ blue 78

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

Shades of Hot Purple #4A1D4E

Tints of Hot Purple #4A1D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.02%

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

R = 40.88%
G = 16.02%
B = 43.09%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A1D4E (or 0x4A1D4E) is known color: Hot Purple. HEX triplet: 4A, 1D and 4E. RGB value is (74,29,78). Sum of RGB (Red+Green+Blue) = 74+29+78=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A1D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1D4E is #B5E2B1. Grayscale: #2F2F2F. Windows color (decimal): -11920050 or 5119306. OLE color: 5119306.

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

Color convert

RGB 74 29 78 -
CMYK 0.05 0.63 0 0.69
HSL 295.1º 0.46% 0.21% -
HSV(B) 295.1º 0.63% 0.31% -
XYZ 4.64 2.88 7.52 -
YUV 48.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 74 29 78 0.05 0.63 0 0.69 295.1 0.46 0.21
Hex 4A 1D 4E 5 3F 0 45 127 2E 15
Octal 112 35 116 5 77 0 105 447 56 25
Binary 1001010 11101 1001110 101 111111 0 1000101 100100111 101110 10101

Color Harmonies of #4A1D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1D4E

Black with #4A1D4E

Text Example


Text Example

White with #4A1D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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