#140748

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

Shades of Violent Violet #140748

Tints of Violent Violet #140748

Color information

#140748 (or 0x140748) is unknown color: approx Violent Violet. HEX triplet: 14, 07 and 48. RGB value is (20,7,72). Sum of RGB (Red+Green+Blue) = 20+7+72=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #140748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140748 is #EBF8B7. Grayscale: #121212. Windows color (decimal): -15464632 or 4720404. OLE color: 4720404.

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

Color convert

RGB20772-
CMYK0.720.9000.72
HSL252º82.28%15.49%-
HSV(B)252º90.28%28.24%-
XYZ1.530.776.2-
YUV18.3158.31129.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=20.20%
G=7.07%
B=72.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal207720.720.9000.7225282.2815.49
Hex14748485A048fc52f
Octal247110110132011037412217
Binary10100111100100010010001011010010010001111110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140748; }

 p { color: rgb(20,7,72); }

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

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

 a { background-color: rgb(20,7,72); }

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

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

 span { border-color: rgb(20,7,72); }

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