#15014E

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

Shades of Violent Violet #15014E

Tints of Violent Violet #15014E

Color information

#15014E (or 0x15014E) is unknown color: approx Violent Violet. HEX triplet: 15, 01 and 4E. RGB value is (21,1,78). Sum of RGB (Red+Green+Blue) = 21+1+78=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #15014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15014E is #EAFEB1. Grayscale: #0F0F0F. Windows color (decimal): -15400626 or 5112085. OLE color: 5112085.

HSL color Cylindrical-coordinate representation of color #15014E: hue angle of 255.58º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15014E is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB21178-
CMYK0.730.9900.69
HSL255.58º97.47%15.49%-
HSV(B)255.58º98.72%30.59%-
XYZ1.70.737.26-
YUV15.76163.13131.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 78 (30.86% from 255) = 78%
R=21%
G=1%
B=78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal211780.730.9900.69255.5897.4715.49
Hex1514E496304510061f
Octal251116111143010540014117
Binary1010111001110100100111000110100010110000000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15014E; }

 p { color: rgb(21,1,78); }

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

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

 a { background-color: rgb(21,1,78); }

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

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

 span { border-color: rgb(21,1,78); }

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