#15074B

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

Shades of Violent Violet #15074B

Tints of Violent Violet #15074B

Color information

#15074B (or 0x15074B) is unknown color: approx Violent Violet. HEX triplet: 15, 07 and 4B. RGB value is (21,7,75). Sum of RGB (Red+Green+Blue) = 21+7+75=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #15074B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15074B is #EAF8B4. Grayscale: #121212. Windows color (decimal): -15399093 or 4917013. OLE color: 4917013.

HSL color Cylindrical-coordinate representation of color #15074B: hue angle of 252.35º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15074B is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21775-
CMYK0.720.9100.71
HSL252.35º82.93%16.08%-
HSV(B)252.35º90.67%29.41%-
XYZ1.660.826.73-
YUV18.94159.64129.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 75 (29.69% from 255) = 72.82%
R=20.39%
G=6.80%
B=72.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal217750.720.9100.71252.3582.9316.08
Hex1574B485B047fc5310
Octal257113110133010737412320
Binary101011111001011100100010110110100011111111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,7,75); }

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

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

 a { background-color: rgb(21,7,75); }

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

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

 span { border-color: rgb(21,7,75); }

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