#130741

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

Shades of Violent Violet #130741

Tints of Violent Violet #130741

Color information

#130741 (or 0x130741) is unknown color: approx Violent Violet. HEX triplet: 13, 07 and 41. RGB value is (19,7,65). Sum of RGB (Red+Green+Blue) = 19+7+65=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #130741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130741 is #ECF8BE. Grayscale: #101010. Windows color (decimal): -15530175 or 4261651. OLE color: 4261651.

HSL color Cylindrical-coordinate representation of color #130741: hue angle of 252.41º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130741 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB19765-
CMYK0.710.8900.75
HSL252.41º80.56%14.12%-
HSV(B)252.41º89.23%25.49%-
XYZ1.30.675.06-
YUV17.2154.98129.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 65 (25.78% from 255) = 71.43%
R=20.88%
G=7.69%
B=71.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal197650.710.8900.75252.4180.5614.12
Hex13741475904Bfc51e
Octal237101107131011337412116
Binary10011111100000110001111011001010010111111110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130741; }

 p { color: rgb(19,7,65); }

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

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

 a { background-color: rgb(19,7,65); }

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

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

 span { border-color: rgb(19,7,65); }

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