#7B2693

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

Shades of Vivid Violet #7B2693

Tints of Vivid Violet #7B2693

Color information

#7B2693 (or 0x7B2693) is unknown color: approx Vivid Violet. HEX triplet: 7B, 26 and 93. RGB value is (123,38,147). Sum of RGB (Red+Green+Blue) = 123+38+147=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B2693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2693 is #84D96C. Grayscale: #4B4B4B. Windows color (decimal): -8706413 or 9643643. OLE color: 9643643.

HSL color Cylindrical-coordinate representation of color #7B2693: hue angle of 286.79º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2693 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12338147-
CMYK0.160.7400.42
HSL286.79º58.92%36.27%-
HSV(B)286.79º74.15%57.65%-
XYZ14.137.728.35-
YUV75.84168.16161.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.94%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=39.94%
G=12.34%
B=47.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123381470.160.7400.42286.7958.9236.27
Hex7B2693104A02A11f3b24
Octal17346223201120524377344
Binary1111011100110100100111000010010100101010100011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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