#18014E

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

Shades of Violent Violet #18014E

Tints of Violent Violet #18014E

Color information

#18014E (or 0x18014E) is unknown color: approx Violent Violet. HEX triplet: 18, 01 and 4E. RGB value is (24,1,78). Sum of RGB (Red+Green+Blue) = 24+1+78=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #18014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18014E is #E7FEB1. Grayscale: #101010. Windows color (decimal): -15204018 or 5112088. OLE color: 5112088.

HSL color Cylindrical-coordinate representation of color #18014E: hue angle of 257.92º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18014E is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24178-
CMYK0.690.9900.69
HSL257.92º97.47%15.49%-
HSV(B)257.92º98.72%30.59%-
XYZ1.760.777.26-
YUV16.66162.62133.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 78 (30.86% from 255) = 75.73%
R=23.30%
G=0.97%
B=75.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal241780.690.9900.69257.9297.4715.49
Hex1814E456304510261f
Octal301116105143010540214117
Binary1100011001110100010111000110100010110000001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18014E; }

 p { color: rgb(24,1,78); }

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

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

 a { background-color: rgb(24,1,78); }

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

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

 span { border-color: rgb(24,1,78); }

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