#140247

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

Shades of Violent Violet #140247

Tints of Violent Violet #140247

Color information

#140247 (or 0x140247) is unknown color: approx Violent Violet. HEX triplet: 14, 02 and 47. RGB value is (20,2,71). Sum of RGB (Red+Green+Blue) = 20+2+71=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #140247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140247 is #EBFDB8. Grayscale: #0E0E0E. Windows color (decimal): -15465913 or 4653588. OLE color: 4653588.

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

Color convert

RGB20271-
CMYK0.720.9700.72
HSL255.65º94.52%14.31%-
HSV(B)255.65º97.18%27.84%-
XYZ1.450.656.01-
YUV15.25159.46131.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 71 (28.12% from 255) = 76.34%
R=21.51%
G=2.15%
B=76.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal202710.720.9700.72255.6594.5214.31
Hex1424748610481005fe
Octal242107110141011040013716
Binary10100101000111100100011000010100100010000000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140247; }

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

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

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

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

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

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

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

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