#271359

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

Shades of Violent Violet #271359

Tints of Violent Violet #271359

Color information

#271359 (or 0x271359) is unknown color: approx Violent Violet. HEX triplet: 27, 13 and 59. RGB value is (39,19,89). Sum of RGB (Red+Green+Blue) = 39+19+89=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #271359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271359 is #D8ECA6. Grayscale: #202020. Windows color (decimal): -14216359 or 5837607. OLE color: 5837607.

HSL color Cylindrical-coordinate representation of color #271359: hue angle of 257.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271359 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB391989-
CMYK0.560.7900.65
HSL257.14º64.81%21.18%-
HSV(B)257.14º78.65%34.9%-
XYZ2.871.629.61-
YUV32.96159.63132.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.53%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 89 (35.16% from 255) = 60.54%
R=26.53%
G=12.93%
B=60.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3919890.560.7900.65257.1464.8121.18
Hex271359384F0411014115
Octal472313170117010140110125
Binary100111100111011001111000100111101000001100000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271359; }

 p { color: rgb(39,19,89); }

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

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

 a { background-color: rgb(39,19,89); }

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

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

 span { border-color: rgb(39,19,89); }

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