#140047

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

Shades of Violent Violet #140047

Tints of Violent Violet #140047

Color information

#140047 (or 0x140047) is unknown color: approx Violent Violet. HEX triplet: 14, 00 and 47. RGB value is (20,0,71). Sum of RGB (Red+Green+Blue) = 20+0+71=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #140047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140047 is #EBFFB8. Grayscale: #0D0D0D. Windows color (decimal): -15466425 or 4653076. OLE color: 4653076.

HSL color Cylindrical-coordinate representation of color #140047: hue angle of 256.9º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140047 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB20071-
CMYK0.72100.72
HSL256.9º100%13.92%-
HSV(B)256.9º100%27.84%-
XYZ1.430.66-
YUV14.07160.13132.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 78.02%
R=21.98%
G=0%
B=78.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal200710.72100.72256.910013.92
Hex14047486404810164e
Octal240107110144011040114416
Binary1010001000111100100011001000100100010000000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140047; }

 p { color: rgb(20,0,71); }

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

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

 a { background-color: rgb(20,0,71); }

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

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

 span { border-color: rgb(20,0,71); }

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