#13014D

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

Shades of Violent Violet #13014D

Tints of Violent Violet #13014D

Color information

#13014D (or 0x13014D) is unknown color: approx Violent Violet. HEX triplet: 13, 01 and 4D. RGB value is (19,1,77). Sum of RGB (Red+Green+Blue) = 19+1+77=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #13014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13014D is #ECFEB2. Grayscale: #0E0E0E. Windows color (decimal): -15531699 or 5046547. OLE color: 5046547.

HSL color Cylindrical-coordinate representation of color #13014D: hue angle of 254.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13014D is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB19177-
CMYK0.750.9900.70
HSL254.21º97.44%15.29%-
HSV(B)254.21º98.7%30.2%-
XYZ1.620.77.07-
YUV15.05162.96130.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 77 (30.47% from 255) = 79.38%
R=19.59%
G=1.03%
B=79.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal191770.750.9900.70254.2197.4415.29
Hex1314D4B63046fe61f
Octal231115113143010637614117
Binary100111100110110010111100011010001101111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13014D; }

 p { color: rgb(19,1,77); }

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

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

 a { background-color: rgb(19,1,77); }

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

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

 span { border-color: rgb(19,1,77); }

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