#15014C

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

Shades of Violent Violet #15014C

Tints of Violent Violet #15014C

Color information

#15014C (or 0x15014C) is unknown color: approx Violent Violet. HEX triplet: 15, 01 and 4C. RGB value is (21,1,76). Sum of RGB (Red+Green+Blue) = 21+1+76=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 76 (30.08% from 255 or 77.55% from 98); Max value from RGB is 76 - color contains mainly: blue. Hex color #15014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15014C is #EAFEB3. Grayscale: #0F0F0F. Windows color (decimal): -15400628 or 4981013. OLE color: 4981013.

HSL color Cylindrical-coordinate representation of color #15014C: hue angle of 256º 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 #15014C is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB21176-
CMYK0.720.9900.70
HSL256º97.4%15.1%-
HSV(B)256º98.68%29.8%-
XYZ1.620.76.89-
YUV15.53162.13131.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 76 (30.08% from 255) = 77.55%
R=21.43%
G=1.02%
B=77.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal211760.720.9900.7025697.415.1
Hex1514C486304610061f
Octal251114110143010640014117
Binary1010111001100100100011000110100011010000000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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