#271355

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

Shades of Violent Violet #271355

Tints of Violent Violet #271355

Color information

#271355 (or 0x271355) is unknown color: approx Violent Violet. HEX triplet: 27, 13 and 55. RGB value is (39,19,85). Sum of RGB (Red+Green+Blue) = 39+19+85=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #271355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271355 is #D8ECAA. Grayscale: #202020. Windows color (decimal): -14216363 or 5575463. OLE color: 5575463.

HSL color Cylindrical-coordinate representation of color #271355: hue angle of 258.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271355 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB391985-
CMYK0.540.7800.67
HSL258.18º63.46%20.39%-
HSV(B)258.18º77.65%33.33%-
XYZ2.711.558.75-
YUV32.5157.63132.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 85 (33.59% from 255) = 59.44%
R=27.27%
G=13.29%
B=59.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3919850.540.7800.67258.1863.4620.39
Hex271355364E0431023f14
Octal47231256611601034027724
Binary10011110011101010111011010011100100001110000001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271355; }

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

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

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

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

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

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

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

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