#150051

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

Shades of Violent Violet #150051

Tints of Violent Violet #150051

Color information

#150051 (or 0x150051) is unknown color: approx Violent Violet. HEX triplet: 15, 00 and 51. RGB value is (21,0,81). Sum of RGB (Red+Green+Blue) = 21+0+81=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #150051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150051 is #EAFFAE. Grayscale: #0F0F0F. Windows color (decimal): -15400879 or 5308437. OLE color: 5308437.

HSL color Cylindrical-coordinate representation of color #150051: hue angle of 255.56º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150051 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB21081-
CMYK0.74100.68
HSL255.56º100%15.88%-
HSV(B)255.56º100%31.76%-
XYZ1.790.757.84-
YUV15.51164.96131.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 79.41%
R=20.59%
G=0%
B=79.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal210810.74100.68255.5610015.88
Hex150514A640441006410
Octal250121112144010440014420
Binary10101010100011001010110010001000100100000000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150051; }

 p { color: rgb(21,0,81); }

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

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

 a { background-color: rgb(21,0,81); }

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

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

 span { border-color: rgb(21,0,81); }

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