#27124F

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

Shades of Violent Violet #27124F

Tints of Violent Violet #27124F

Color information

#27124F (or 0x27124F) is unknown color: approx Violent Violet. HEX triplet: 27, 12 and 4F. RGB value is (39,18,79). Sum of RGB (Red+Green+Blue) = 39+18+79=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #27124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27124F is #D8EDB0. Grayscale: #1F1F1F. Windows color (decimal): -14216625 or 5181991. OLE color: 5181991.

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

Color convert

RGB391879-
CMYK0.510.7700.69
HSL260.66º62.89%19.02%-
HSV(B)260.66º77.22%30.98%-
XYZ2.461.437.54-
YUV31.23154.96133.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.68%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 79 (31.25% from 255) = 58.09%
R=28.68%
G=13.24%
B=58.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3918790.510.7700.69260.6662.8919.02
Hex27124F334D0451053f13
Octal47221176311501054057723
Binary10011110010100111111001110011010100010110000010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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