#7B208A

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

Shades of Vivid Violet #7B208A

Tints of Vivid Violet #7B208A

Color information

#7B208A (or 0x7B208A) is unknown color: approx Vivid Violet. HEX triplet: 7B, 20 and 8A. RGB value is (123,32,138). Sum of RGB (Red+Green+Blue) = 123+32+138=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B208A is #84DF75. Grayscale: #464646. Windows color (decimal): -8707958 or 9052283. OLE color: 9052283.

HSL color Cylindrical-coordinate representation of color #7B208A: hue angle of 291.51º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B208A is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12332138-
CMYK0.110.7700.46
HSL291.51º62.35%33.33%-
HSV(B)291.51º76.81%54.12%-
XYZ13.277.0824.71-
YUV71.29165.65164.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.98%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=41.98%
G=10.92%
B=47.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123321380.110.7700.46291.5162.3533.33
Hex7B208AB4D02E1243e21
Octal17340212131150564447641
Binary111101110000010001010101110011010101110100100100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,32,138); }

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

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

 a { background-color: rgb(123,32,138); }

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

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

 span { border-color: rgb(123,32,138); }

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