Html Css Color HEX #461550 Hot Purple

📋 copy color: '#461550'

red 70 ◦ green 21 ◦ blue 80

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

Shades of Hot Purple #461550

Tints of Hot Purple #461550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 40.94%
G = 12.28%
B = 46.78%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#461550 (or 0x461550) is known color: Hot Purple. HEX triplet: 46, 15 and 50. RGB value is (70,21,80). Sum of RGB (Red+Green+Blue) = 70+21+80=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #461550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461550 is #B9EAAF. Grayscale: #2A2A2A. Windows color (decimal): -12184240 or 5248326. OLE color: 5248326.

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

Color convert

RGB 70 21 80 -
CMYK 0.12 0.74 0 0.69
HSL 289.83º 0.58% 0.2% -
HSV(B) 289.83º 0.74% 0.31% -
XYZ 4.24 2.42 7.83 -
YUV 42.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 70 21 80 0.12 0.74 0 0.69 289.83 0.58 0.2
Hex 46 15 50 C 4A 0 45 122 3A 14
Octal 106 25 120 14 112 0 105 442 72 24
Binary 1000110 10101 1010000 1100 1001010 0 1000101 100100010 111010 10100

Color Harmonies of #461550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461550

Black with #461550

Text Example


Text Example

White with #461550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461550; }

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

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

background-color css

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

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

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

border-color css

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

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

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