#140448

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

Shades of Violent Violet #140448

Tints of Violent Violet #140448

Color information

#140448 (or 0x140448) is unknown color: approx Violent Violet. HEX triplet: 14, 04 and 48. RGB value is (20,4,72). Sum of RGB (Red+Green+Blue) = 20+4+72=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #140448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140448 is #EBFBB7. Grayscale: #101010. Windows color (decimal): -15465400 or 4719636. OLE color: 4719636.

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

Color convert

RGB20472-
CMYK0.720.9400.72
HSL254.12º89.47%14.9%-
HSV(B)254.12º94.44%28.24%-
XYZ1.50.76.19-
YUV16.54159.3130.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 72 (28.52% from 255) = 75%
R=20.83%
G=4.17%
B=75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal204720.720.9400.72254.1289.4714.9
Hex14448485E048fe59f
Octal244110110136011037613117
Binary10100100100100010010001011110010010001111111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140448; }

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

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

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

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

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

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

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

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