#130643

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

Shades of Violent Violet #130643

Tints of Violent Violet #130643

Color information

#130643 (or 0x130643) is unknown color: approx Violent Violet. HEX triplet: 13, 06 and 43. RGB value is (19,6,67). Sum of RGB (Red+Green+Blue) = 19+6+67=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 67 (26.56% from 255 or 72.83% from 92); Max value from RGB is 67 - color contains mainly: blue. Hex color #130643 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130643 is #ECF9BC. Grayscale: #101010. Windows color (decimal): -15530429 or 4392467. OLE color: 4392467.

HSL color Cylindrical-coordinate representation of color #130643: hue angle of 252.79º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130643 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB19667-
CMYK0.720.9100.74
HSL252.79º83.56%14.31%-
HSV(B)252.79º91.04%26.27%-
XYZ1.350.675.37-
YUV16.84156.31129.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 67 (26.56% from 255) = 72.83%
R=20.65%
G=6.52%
B=72.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal196670.720.9100.74252.7983.5614.31
Hex13643485B04Afd54e
Octal236103110133011237512416
Binary10011110100001110010001011011010010101111110110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130643; }

 p { color: rgb(19,6,67); }

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

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

 a { background-color: rgb(19,6,67); }

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

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

 span { border-color: rgb(19,6,67); }

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