#13014B

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

Shades of Violent Violet #13014B

Tints of Violent Violet #13014B

Color information

#13014B (or 0x13014B) is unknown color: approx Violent Violet. HEX triplet: 13, 01 and 4B. RGB value is (19,1,75). Sum of RGB (Red+Green+Blue) = 19+1+75=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #13014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13014B is #ECFEB4. Grayscale: #0E0E0E. Windows color (decimal): -15531701 or 4915475. OLE color: 4915475.

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

Color convert

RGB19175-
CMYK0.750.9900.71
HSL254.59º97.37%14.9%-
HSV(B)254.59º98.67%29.41%-
XYZ1.550.676.7-
YUV14.82161.96130.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 75 (29.69% from 255) = 78.95%
R=20%
G=1.05%
B=78.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal191750.750.9900.71254.5997.3714.9
Hex1314B4B63047ff61f
Octal231113113143010737714117
Binary100111100101110010111100011010001111111111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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