#7B269D

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

Shades of Vivid Violet #7B269D

Tints of Vivid Violet #7B269D

Color information

#7B269D (or 0x7B269D) is unknown color: approx Vivid Violet. HEX triplet: 7B, 26 and 9D. RGB value is (123,38,157). Sum of RGB (Red+Green+Blue) = 123+38+157=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B269D is #84D962. Grayscale: #4C4C4C. Windows color (decimal): -8706403 or 10299003. OLE color: 10299003.

HSL color Cylindrical-coordinate representation of color #7B269D: hue angle of 282.86º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B269D is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12338157-
CMYK0.220.7600.38
HSL282.86º61.03%38.24%-
HSV(B)282.86º75.8%61.57%-
XYZ14.958.0332.66-
YUV76.98173.16160.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.68%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=38.68%
G=11.95%
B=49.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123381570.220.7600.38282.8661.0338.24
Hex7B269D164C02611b3d26
Octal17346235261140464337546
Binary1111011100110100111011011010011000100110100011011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,38,157); }

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

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

 a { background-color: rgb(123,38,157); }

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

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

 span { border-color: rgb(123,38,157); }

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