#18064F

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

Shades of Violent Violet #18064F

Tints of Violent Violet #18064F

Color information

#18064F (or 0x18064F) is unknown color: approx Violent Violet. HEX triplet: 18, 06 and 4F. RGB value is (24,6,79). Sum of RGB (Red+Green+Blue) = 24+6+79=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 79 (31.25% from 255 or 72.48% from 109); Max value from RGB is 79 - color contains mainly: blue. Hex color #18064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18064F is #E7F9B0. Grayscale: #131313. Windows color (decimal): -15202737 or 5178904. OLE color: 5178904.

HSL color Cylindrical-coordinate representation of color #18064F: hue angle of 254.79º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18064F is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24679-
CMYK0.700.9200.69
HSL254.79º85.88%16.67%-
HSV(B)254.79º92.41%30.98%-
XYZ1.850.897.47-
YUV19.7161.46131.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 79 (31.25% from 255) = 72.48%
R=22.02%
G=5.50%
B=72.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal246790.700.9200.69254.7985.8816.67
Hex1864F465C045ff5611
Octal306117106134010537712621
Binary110001101001111100011010111000100010111111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,6,79); }

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

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

 a { background-color: rgb(24,6,79); }

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

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

 span { border-color: rgb(24,6,79); }

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