#130047

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

Shades of Violent Violet #130047

Tints of Violent Violet #130047

Color information

#130047 (or 0x130047) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 47. RGB value is (19,0,71). Sum of RGB (Red+Green+Blue) = 19+0+71=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #130047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130047 is #ECFFB8. Grayscale: #0D0D0D. Windows color (decimal): -15531961 or 4653075. OLE color: 4653075.

HSL color Cylindrical-coordinate representation of color #130047: hue angle of 256.06º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130047 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB19071-
CMYK0.73100.72
HSL256.06º100%13.92%-
HSV(B)256.06º100%27.84%-
XYZ1.410.596-
YUV13.77160.29131.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 78.89%
R=21.11%
G=0%
B=78.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal190710.73100.72256.0610013.92
Hex13047496404810064e
Octal230107111144011040014416
Binary1001101000111100100111001000100100010000000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130047; }

 p { color: rgb(19,0,71); }

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

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

 a { background-color: rgb(19,0,71); }

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

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

 span { border-color: rgb(19,0,71); }

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