#271357

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

Shades of Violent Violet #271357

Tints of Violent Violet #271357

Color information

#271357 (or 0x271357) is unknown color: approx Violent Violet. HEX triplet: 27, 13 and 57. RGB value is (39,19,87). Sum of RGB (Red+Green+Blue) = 39+19+87=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #271357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271357 is #D8ECA8. Grayscale: #202020. Windows color (decimal): -14216361 or 5706535. OLE color: 5706535.

HSL color Cylindrical-coordinate representation of color #271357: hue angle of 257.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271357 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB391987-
CMYK0.550.7800.66
HSL257.65º64.15%20.78%-
HSV(B)257.65º78.16%34.12%-
XYZ2.791.599.18-
YUV32.73158.63132.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 87 (34.38% from 255) = 60%
R=26.90%
G=13.10%
B=60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3919870.550.7800.66257.6564.1520.78
Hex271357374E0421024015
Octal472312767116010240210025
Binary100111100111010111110111100111001000010100000010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271357; }

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

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

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

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

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

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

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

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