#7A268E

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

Shades of Vivid Violet #7A268E

Tints of Vivid Violet #7A268E

Color information

#7A268E (or 0x7A268E) is unknown color: approx Vivid Violet. HEX triplet: 7A, 26 and 8E. RGB value is (122,38,142). Sum of RGB (Red+Green+Blue) = 122+38+142=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A268E is #85D971. Grayscale: #4A4A4A. Windows color (decimal): -8771954 or 9315962. OLE color: 9315962.

HSL color Cylindrical-coordinate representation of color #7A268E: hue angle of 288.46º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A268E is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12238142-
CMYK0.140.7300.44
HSL288.46º57.78%35.29%-
HSV(B)288.46º73.24%55.69%-
XYZ13.67.4826.32-
YUV74.97165.83161.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.40%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=40.40%
G=12.58%
B=47.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122381420.140.7300.44288.4657.7835.29
Hex7A268EE4902C1203a23
Octal17246216161110544407243
Binary111101010011010001110111010010010101100100100000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A268E; }

 p { color: rgb(122,38,142); }

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

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

 a { background-color: rgb(122,38,142); }

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

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

 span { border-color: rgb(122,38,142); }

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