#19063F

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

Shades of Violent Violet #19063F

Tints of Violent Violet #19063F

Color information

#19063F (or 0x19063F) is unknown color: approx Violent Violet. HEX triplet: 19, 06 and 3F. RGB value is (25,6,63). Sum of RGB (Red+Green+Blue) = 25+6+63=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #19063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19063F is #E6F9C0. Grayscale: #111111. Windows color (decimal): -15137217 or 4130329. OLE color: 4130329.

HSL color Cylindrical-coordinate representation of color #19063F: hue angle of 260º 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 #19063F is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB25663-
CMYK0.600.9000.75
HSL260º82.61%13.53%-
HSV(B)260º90.48%24.71%-
XYZ1.360.74.77-
YUV18.18153.29132.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.60%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 63 (25% from 255) = 67.02%
R=26.60%
G=6.38%
B=67.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal256630.600.9000.7526082.6113.53
Hex1963F3C5A04B10453e
Octal3167774132011340412316
Binary1100111011111111110010110100100101110000010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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