#150447

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

Shades of Violent Violet #150447

Tints of Violent Violet #150447

Color information

#150447 (or 0x150447) is unknown color: approx Violent Violet. HEX triplet: 15, 04 and 47. RGB value is (21,4,71). Sum of RGB (Red+Green+Blue) = 21+4+71=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #150447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150447 is #EAFBB8. Grayscale: #101010. Windows color (decimal): -15399865 or 4654101. OLE color: 4654101.

HSL color Cylindrical-coordinate representation of color #150447: hue angle of 255.22º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150447 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21471-
CMYK0.700.9400.72
HSL255.22º89.33%14.71%-
HSV(B)255.22º94.37%27.84%-
XYZ1.490.76.02-
YUV16.72158.63131.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 71 (28.12% from 255) = 73.96%
R=21.88%
G=4.17%
B=73.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal214710.700.9400.72255.2289.3314.71
Hex15447465E048ff59f
Octal254107106136011037713117
Binary10101100100011110001101011110010010001111111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150447; }

 p { color: rgb(21,4,71); }

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

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

 a { background-color: rgb(21,4,71); }

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

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

 span { border-color: rgb(21,4,71); }

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