#271246

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

Shades of Violent Violet #271246

Tints of Violent Violet #271246

Color information

#271246 (or 0x271246) is unknown color: approx Violent Violet. HEX triplet: 27, 12 and 46. RGB value is (39,18,70). Sum of RGB (Red+Green+Blue) = 39+18+70=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #271246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271246 is #D8EDB9. Grayscale: #1E1E1E. Windows color (decimal): -14216634 or 4592167. OLE color: 4592167.

HSL color Cylindrical-coordinate representation of color #271246: hue angle of 264.23º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #271246 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB391870-
CMYK0.440.7400.73
HSL264.23º59.09%17.25%-
HSV(B)264.23º74.29%27.45%-
XYZ2.161.315.93-
YUV30.21150.46134.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 70 (27.73% from 255) = 55.12%
R=30.71%
G=14.17%
B=55.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3918700.440.7400.73264.2359.0917.25
Hex2712462C4A0491083b11
Octal47221065411201114107321
Binary10011110010100011010110010010100100100110000100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271246; }

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

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

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

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

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

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

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

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