#150147

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

Shades of Violent Violet #150147

Tints of Violent Violet #150147

Color information

#150147 (or 0x150147) is unknown color: approx Violent Violet. HEX triplet: 15, 01 and 47. RGB value is (21,1,71). Sum of RGB (Red+Green+Blue) = 21+1+71=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #150147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150147 is #EAFEB8. Grayscale: #0E0E0E. Windows color (decimal): -15400633 or 4653333. OLE color: 4653333.

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

Color convert

RGB21171-
CMYK0.700.9900.72
HSL257.14º97.22%14.12%-
HSV(B)257.14º98.59%27.84%-
XYZ1.460.646.01-
YUV14.96159.63132.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.58%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 71 (28.12% from 255) = 76.34%
R=22.58%
G=1.08%
B=76.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal211710.700.9900.72257.1497.2214.12
Hex15147466304810161e
Octal251107106143011040114116
Binary1010111000111100011011000110100100010000000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150147; }

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

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

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

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

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

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

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

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