#14063F

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

Shades of Violent Violet #14063F

Tints of Violent Violet #14063F

Color information

#14063F (or 0x14063F) is unknown color: approx Violent Violet. HEX triplet: 14, 06 and 3F. RGB value is (20,6,63). Sum of RGB (Red+Green+Blue) = 20+6+63=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 63 (25% from 255 or 70.79% from 89); Max value from RGB is 63 - color contains mainly: blue. Hex color #14063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14063F is #EBF9C0. Grayscale: #101010. Windows color (decimal): -15464897 or 4130324. OLE color: 4130324.

HSL color Cylindrical-coordinate representation of color #14063F: hue angle of 254.74º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14063F is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB20663-
CMYK0.680.9000.75
HSL254.74º82.61%13.53%-
HSV(B)254.74º90.48%24.71%-
XYZ1.250.644.76-
YUV16.68154.14130.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 63 (25% from 255) = 70.79%
R=22.47%
G=6.74%
B=70.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal206630.680.9000.75254.7482.6113.53
Hex1463F445A04Bff53e
Octal24677104132011337712316
Binary1010011011111110001001011010010010111111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14063F; }

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

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

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

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

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

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

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

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