Html Css Color HEX #461749 Hot Purple

📋 copy color: '#461749'

red 70 ◦ green 23 ◦ blue 73

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

Shades of Hot Purple #461749

Tints of Hot Purple #461749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.86%

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

R = 42.17%
G = 13.86%
B = 43.98%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#461749 (or 0x461749) is known color: Hot Purple. HEX triplet: 46, 17 and 49. RGB value is (70,23,73). Sum of RGB (Red+Green+Blue) = 70+23+73=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #461749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461749 is #B9E8B6. Grayscale: #2A2A2A. Windows color (decimal): -12183735 or 4790086. OLE color: 4790086.

HSL color Cylindrical-coordinate representation of color #461749: hue angle of 296.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #461749 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 23 73 -
CMYK 0.04 0.68 0 0.71
HSL 296.4º 0.52% 0.19% -
HSV(B) 296.4º 0.68% 0.29% -
XYZ 4.03 2.4 6.55 -
YUV 42.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 70 23 73 0.04 0.68 0 0.71 296.4 0.52 0.19
Hex 46 17 49 4 44 0 47 128 34 13
Octal 106 27 111 4 104 0 107 450 64 23
Binary 1000110 10111 1001001 100 1000100 0 1000111 100101000 110100 10011

Color Harmonies of #461749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461749

Black with #461749

Text Example


Text Example

White with #461749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461749; }

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

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

background-color css

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

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

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

border-color css

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

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

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