#271259

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

Shades of Violent Violet #271259

Tints of Violent Violet #271259

Color information

#271259 (or 0x271259) is unknown color: approx Violent Violet. HEX triplet: 27, 12 and 59. RGB value is (39,18,89). Sum of RGB (Red+Green+Blue) = 39+18+89=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #271259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271259 is #D8EDA6. Grayscale: #202020. Windows color (decimal): -14216615 or 5837351. OLE color: 5837351.

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

Color convert

RGB391889-
CMYK0.560.8000.65
HSL257.75º66.36%20.98%-
HSV(B)257.75º79.78%34.9%-
XYZ2.861.599.61-
YUV32.37159.96132.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 89 (35.16% from 255) = 60.96%
R=26.71%
G=12.33%
B=60.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3918890.560.8000.65257.7566.3620.98
Hex27125938500411024215
Octal472213170120010140210225
Binary100111100101011001111000101000001000001100000010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271259; }

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

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

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

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

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

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

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

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