Html Css Color HEX #460C4D Hot Purple

📋 copy color: '#460C4D'

red 70 ◦ green 12 ◦ blue 77

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

Shades of Hot Purple #460C4D

Tints of Hot Purple #460C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 44.03%
G = 7.55%
B = 48.43%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#460C4D (or 0x460C4D) is known color: Hot Purple. HEX triplet: 46, 0C and 4D. RGB value is (70,12,77). Sum of RGB (Red+Green+Blue) = 70+12+77=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #460C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C4D is #B9F3B2. Grayscale: #242424. Windows color (decimal): -12186547 or 5049414. OLE color: 5049414.

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

Color convert

RGB 70 12 77 -
CMYK 0.09 0.84 0 0.70
HSL 293.54º 0.73% 0.17% -
HSV(B) 293.54º 0.84% 0.3% -
XYZ 4 2.1 7.22 -
YUV 36.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 70 12 77 0.09 0.84 0 0.70 293.54 0.73 0.17
Hex 46 C 4D 9 54 0 46 126 49 11
Octal 106 14 115 11 124 0 106 446 111 21
Binary 1000110 1100 1001101 1001 1010100 0 1000110 100100110 1001001 10001

Color Harmonies of #460C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C4D

Black with #460C4D

Text Example


Text Example

White with #460C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,12,77); }

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

background-color css

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

 a { background-color: rgb(70,12,77); }

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

border-color css

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

 span { border-color: rgb(70,12,77); }

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