#271050

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

Shades of Violent Violet #271050

Tints of Violent Violet #271050

Color information

#271050 (or 0x271050) is unknown color: approx Violent Violet. HEX triplet: 27, 10 and 50. RGB value is (39,16,80). Sum of RGB (Red+Green+Blue) = 39+16+80=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #271050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271050 is #D8EFAF. Grayscale: #1D1D1D. Windows color (decimal): -14217136 or 5247015. OLE color: 5247015.

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

Color convert

RGB391680-
CMYK0.510.8000.69
HSL261.56º66.67%18.82%-
HSV(B)261.56º80%31.37%-
XYZ2.471.387.73-
YUV30.17156.12134.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.89%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=28.89%
G=11.85%
B=59.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3916800.510.8000.69261.5666.6718.82
Hex27105033500451064313
Octal472012063120010540610323
Binary100111100001010000110011101000001000101100000110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271050; }

 p { color: rgb(39,16,80); }

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

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

 a { background-color: rgb(39,16,80); }

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

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

 span { border-color: rgb(39,16,80); }

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