#27134F

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

Shades of Violent Violet #27134F

Tints of Violent Violet #27134F

Color information

#27134F (or 0x27134F) is unknown color: approx Violent Violet. HEX triplet: 27, 13 and 4F. RGB value is (39,19,79). Sum of RGB (Red+Green+Blue) = 39+19+79=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #27134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27134F is #D8ECB0. Grayscale: #1F1F1F. Windows color (decimal): -14216369 or 5182247. OLE color: 5182247.

HSL color Cylindrical-coordinate representation of color #27134F: hue angle of 260º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27134F is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB391979-
CMYK0.510.7600.69
HSL260º61.22%19.22%-
HSV(B)260º75.95%30.98%-
XYZ2.481.467.55-
YUV31.82154.63133.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.47%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=28.47%
G=13.87%
B=57.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3919790.510.7600.6926061.2219.22
Hex27134F334C0451043d13
Octal47231176311401054047523
Binary10011110011100111111001110011000100010110000010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27134F; }

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

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

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

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

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

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

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

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