Html Css Color HEX #461E49 Hot Purple

📋 copy color: '#461E49'

red 70 ◦ green 30 ◦ blue 73

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

Shades of Hot Purple #461E49

Tints of Hot Purple #461E49

RGB

 RED value IS 70 (27.73% from 255) = 40.46%

 GREEN value IS 30 (12.11% from 255) = 17.34%

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 40.46%
G = 17.34%
B = 42.2%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#461E49 (or 0x461E49) is known color: Hot Purple. HEX triplet: 46, 1E and 49. RGB value is (70,30,73). Sum of RGB (Red+Green+Blue) = 70+30+73=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #461E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E49 is #B9E1B6. Grayscale: #2E2E2E. Windows color (decimal): -12181943 or 4791878. OLE color: 4791878.

HSL color Cylindrical-coordinate representation of color #461E49: hue angle of 295.81º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461E49 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 30 73 -
CMYK 0.04 0.59 0 0.71
HSL 295.81º 0.42% 0.2% -
HSV(B) 295.81º 0.59% 0.29% -
XYZ 4.19 2.71 6.61 -
YUV 46.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 70 30 73 0.04 0.59 0 0.71 295.81 0.42 0.2
Hex 46 1E 49 4 3B 0 47 128 2A 14
Octal 106 36 111 4 73 0 107 450 52 24
Binary 1000110 11110 1001001 100 111011 0 1000111 100101000 101010 10100

Color Harmonies of #461E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E49

Black with #461E49

Text Example


Text Example

White with #461E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E49; }

 p { color: rgb(70,30,73); }

 H1.HeaderClassName
 {
   color: #461E49;
 }
 .AnyTagClassName
 {
   color: #461E49;
 }
</style>

background-color css

<style>
 a { background-color: #461E49; }

 a { background-color: rgb(70,30,73); }

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

border-color css

<style>
 span { border-color: #461E49; }

 span { border-color: rgb(70,30,73); }

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