Html Css Color HEX #461949 Hot Purple

📋 copy color: '#461949'

red 70 ◦ green 25 ◦ blue 73

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

Shades of Hot Purple #461949

Tints of Hot Purple #461949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

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

R = 41.67%
G = 14.88%
B = 43.45%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#461949 (or 0x461949) is known color: Hot Purple. HEX triplet: 46, 19 and 49. RGB value is (70,25,73). Sum of RGB (Red+Green+Blue) = 70+25+73=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #461949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461949 is #B9E6B6. Grayscale: #2B2B2B. Windows color (decimal): -12183223 or 4790598. OLE color: 4790598.

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

Color convert

RGB 70 25 73 -
CMYK 0.04 0.66 0 0.71
HSL 296.25º 0.49% 0.19% -
HSV(B) 296.25º 0.66% 0.29% -
XYZ 4.08 2.48 6.57 -
YUV 43.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 70 25 73 0.04 0.66 0 0.71 296.25 0.49 0.19
Hex 46 19 49 4 42 0 47 128 31 13
Octal 106 31 111 4 102 0 107 450 61 23
Binary 1000110 11001 1001001 100 1000010 0 1000111 100101000 110001 10011

Color Harmonies of #461949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461949

Black with #461949

Text Example


Text Example

White with #461949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461949; }

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

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

background-color css

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

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

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

border-color css

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

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

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