#7B369D

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

Shades of Vivid Violet #7B369D

Tints of Vivid Violet #7B369D

Color information

#7B369D (or 0x7B369D) is unknown color: approx Vivid Violet. HEX triplet: 7B, 36 and 9D. RGB value is (123,54,157). Sum of RGB (Red+Green+Blue) = 123+54+157=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B369D is #84C962. Grayscale: #565656. Windows color (decimal): -8702307 or 10303099. OLE color: 10303099.

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

Color convert

RGB12354157-
CMYK0.220.6600.38
HSL280.19º48.82%41.37%-
HSV(B)280.19º65.61%61.57%-
XYZ15.579.2832.87-
YUV86.37167.86154.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=36.83%
G=16.17%
B=47.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123541570.220.6600.38280.1948.8241.37
Hex7B369D16420261183129
Octal17366235261020464306151
Binary1111011110110100111011011010000100100110100011000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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