#140646

Color #140646 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #140646

Tints of Violent Violet #140646

Color information

#140646 (or 0x140646) is unknown color: approx Violent Violet. HEX triplet: 14, 06 and 46. RGB value is (20,6,70). Sum of RGB (Red+Green+Blue) = 20+6+70=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #140646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140646 is #EBF9B9. Grayscale: #111111. Windows color (decimal): -15464890 or 4589076. OLE color: 4589076.

HSL color Cylindrical-coordinate representation of color #140646: hue angle of 253.12º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140646 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB20670-
CMYK0.710.9100.73
HSL253.12º84.21%14.9%-
HSV(B)253.12º91.43%27.45%-
XYZ1.460.725.86-
YUV17.48157.64129.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 70 (27.73% from 255) = 72.92%
R=20.83%
G=6.25%
B=72.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal206700.710.9100.73253.1284.2114.9
Hex14646475B049fd54f
Octal246106107133011137512417
Binary10100110100011010001111011011010010011111110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140646; }

 p { color: rgb(20,6,70); }

 H1.HeaderClassName
 {
   color: #140646;
 }
 .AnyTagClassName
 {
   color: #140646;
 }
</style>
background-color css

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

 a { background-color: rgb(20,6,70); }

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

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

 span { border-color: rgb(20,6,70); }

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