#7B238B

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

Shades of Vivid Violet #7B238B

Tints of Vivid Violet #7B238B

Color information

#7B238B (or 0x7B238B) is unknown color: approx Vivid Violet. HEX triplet: 7B, 23 and 8B. RGB value is (123,35,139). Sum of RGB (Red+Green+Blue) = 123+35+139=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B238B is #84DC74. Grayscale: #484848. Windows color (decimal): -8707189 or 9118587. OLE color: 9118587.

HSL color Cylindrical-coordinate representation of color #7B238B: hue angle of 290.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B238B is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12335139-
CMYK0.120.7500.45
HSL290.77º59.77%34.12%-
HSV(B)290.77º74.82%54.51%-
XYZ13.437.2825.12-
YUV73.17165.15163.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.41%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=41.41%
G=11.78%
B=46.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123351390.120.7500.45290.7759.7734.12
Hex7B238BC4B02D1233c22
Octal17343213141130554437442
Binary111101110001110001011110010010110101101100100011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,35,139); }

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

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

 a { background-color: rgb(123,35,139); }

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

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

 span { border-color: rgb(123,35,139); }

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