Html Css Color HEX #460D50 Hot Purple

📋 copy color: '#460D50'

red 70 ◦ green 13 ◦ blue 80

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

Shades of Hot Purple #460D50

Tints of Hot Purple #460D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.98%

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

R = 42.94%
G = 7.98%
B = 49.08%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#460D50 (or 0x460D50) is known color: Hot Purple. HEX triplet: 46, 0D and 50. RGB value is (70,13,80). Sum of RGB (Red+Green+Blue) = 70+13+80=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #460D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D50 is #B9F2AF. Grayscale: #252525. Windows color (decimal): -12186288 or 5246278. OLE color: 5246278.

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

Color convert

RGB 70 13 80 -
CMYK 0.12 0.84 0 0.69
HSL 291.04º 0.72% 0.18% -
HSV(B) 291.04º 0.84% 0.31% -
XYZ 4.12 2.17 7.79 -
YUV 37.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 70 13 80 0.12 0.84 0 0.69 291.04 0.72 0.18
Hex 46 D 50 C 54 0 45 123 48 12
Octal 106 15 120 14 124 0 105 443 110 22
Binary 1000110 1101 1010000 1100 1010100 0 1000101 100100011 1001000 10010

Color Harmonies of #460D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D50

Black with #460D50

Text Example


Text Example

White with #460D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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