Html Css Color HEX #460D4C Hot Purple

📋 copy color: '#460D4C'

red 70 ◦ green 13 ◦ blue 76

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

Shades of Hot Purple #460D4C

Tints of Hot Purple #460D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 44.03%
G = 8.18%
B = 47.8%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#460D4C (or 0x460D4C) is known color: Hot Purple. HEX triplet: 46, 0D and 4C. RGB value is (70,13,76). Sum of RGB (Red+Green+Blue) = 70+13+76=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #460D4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D4C is #B9F2B3. Grayscale: #252525. Windows color (decimal): -12186292 or 4984134. OLE color: 4984134.

HSL color Cylindrical-coordinate representation of color #460D4C: hue angle of 294.29º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460D4C is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 13 76 -
CMYK 0.08 0.83 0 0.70
HSL 294.29º 0.71% 0.17% -
HSV(B) 294.29º 0.83% 0.3% -
XYZ 3.97 2.11 7.04 -
YUV 37.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 70 13 76 0.08 0.83 0 0.70 294.29 0.71 0.17
Hex 46 D 4C 8 53 0 46 126 47 11
Octal 106 15 114 10 123 0 106 446 107 21
Binary 1000110 1101 1001100 1000 1010011 0 1000110 100100110 1000111 10001

Color Harmonies of #460D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D4C

Black with #460D4C

Text Example


Text Example

White with #460D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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