Html Css Color HEX #461950 Hot Purple

📋 copy color: '#461950'

red 70 ◦ green 25 ◦ blue 80

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

Shades of Hot Purple #461950

Tints of Hot Purple #461950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 40%
G = 14.29%
B = 45.71%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#461950 (or 0x461950) is known color: Hot Purple. HEX triplet: 46, 19 and 50. RGB value is (70,25,80). Sum of RGB (Red+Green+Blue) = 70+25+80=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #461950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461950 is #B9E6AF. Grayscale: #2C2C2C. Windows color (decimal): -12183216 or 5249350. OLE color: 5249350.

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

Color convert

RGB 70 25 80 -
CMYK 0.12 0.69 0 0.69
HSL 289.09º 0.52% 0.21% -
HSV(B) 289.09º 0.69% 0.31% -
XYZ 4.32 2.58 7.86 -
YUV 44.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 70 25 80 0.12 0.69 0 0.69 289.09 0.52 0.21
Hex 46 19 50 C 45 0 45 121 34 15
Octal 106 31 120 14 105 0 105 441 64 25
Binary 1000110 11001 1010000 1100 1000101 0 1000101 100100001 110100 10101

Color Harmonies of #461950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461950

Black with #461950

Text Example


Text Example

White with #461950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461950; }

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

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

background-color css

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

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

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

border-color css

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

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

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