#271156

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

Shades of Violent Violet #271156

Tints of Violent Violet #271156

Color information

#271156 (or 0x271156) is unknown color: approx Violent Violet. HEX triplet: 27, 11 and 56. RGB value is (39,17,86). Sum of RGB (Red+Green+Blue) = 39+17+86=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #271156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271156 is #D8EEA9. Grayscale: #1F1F1F. Windows color (decimal): -14216874 or 5640487. OLE color: 5640487.

HSL color Cylindrical-coordinate representation of color #271156: hue angle of 259.13º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271156 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB391786-
CMYK0.550.8000.66
HSL259.13º66.99%20.2%-
HSV(B)259.13º80.23%33.73%-
XYZ2.721.58.95-
YUV31.44158.79133.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 86 (33.98% from 255) = 60.56%
R=27.46%
G=11.97%
B=60.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3917860.550.8000.66259.1366.9920.2
Hex27115637500421034314
Octal472112667120010240310324
Binary100111100011010110110111101000001000010100000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271156; }

 p { color: rgb(39,17,86); }

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

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

 a { background-color: rgb(39,17,86); }

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

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

 span { border-color: rgb(39,17,86); }

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