#15014A

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

Shades of Violent Violet #15014A

Tints of Violent Violet #15014A

Color information

#15014A (or 0x15014A) is unknown color: approx Violent Violet. HEX triplet: 15, 01 and 4A. RGB value is (21,1,74). Sum of RGB (Red+Green+Blue) = 21+1+74=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #15014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15014A is #EAFEB5. Grayscale: #0F0F0F. Windows color (decimal): -15400630 or 4849941. OLE color: 4849941.

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

Color convert

RGB21174-
CMYK0.720.9900.71
HSL256.44º97.33%14.71%-
HSV(B)256.44º98.65%29.02%-
XYZ1.560.686.53-
YUV15.3161.13132.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 74 (29.30% from 255) = 77.08%
R=21.88%
G=1.04%
B=77.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal211740.720.9900.71256.4497.3314.71
Hex1514A486304710061f
Octal251112110143010740014117
Binary1010111001010100100011000110100011110000000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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