#270651

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

Shades of Violent Violet #270651

Tints of Violent Violet #270651

Color information

#270651 (or 0x270651) is unknown color: approx Violent Violet. HEX triplet: 27, 06 and 51. RGB value is (39,6,81). Sum of RGB (Red+Green+Blue) = 39+6+81=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #270651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270651 is #D8F9AE. Grayscale: #181818. Windows color (decimal): -14219695 or 5309991. OLE color: 5309991.

HSL color Cylindrical-coordinate representation of color #270651: hue angle of 266.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270651 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB39681-
CMYK0.520.9300.68
HSL266.4º86.21%17.06%-
HSV(B)266.4º92.59%31.76%-
XYZ2.391.167.88-
YUV24.42159.93138.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 81 (32.03% from 255) = 64.29%
R=30.95%
G=4.76%
B=64.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal396810.520.9300.68266.486.2117.06
Hex27651345D04410a5611
Octal47612164135010441212621
Binary1001111101010001110100101110101000100100001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270651; }

 p { color: rgb(39,6,81); }

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

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

 a { background-color: rgb(39,6,81); }

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

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

 span { border-color: rgb(39,6,81); }

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