#7B238D

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

Shades of Vivid Violet #7B238D

Tints of Vivid Violet #7B238D

Color information

#7B238D (or 0x7B238D) is unknown color: approx Vivid Violet. HEX triplet: 7B, 23 and 8D. RGB value is (123,35,141). Sum of RGB (Red+Green+Blue) = 123+35+141=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B238D is #84DC72. Grayscale: #494949. Windows color (decimal): -8707187 or 9249659. OLE color: 9249659.

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

Color convert

RGB12335141-
CMYK0.130.7500.45
HSL289.81º60.23%34.51%-
HSV(B)289.81º75.18%55.29%-
XYZ13.587.3425.9-
YUV73.4166.15163.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.14%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=41.14%
G=11.71%
B=47.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123351410.130.7500.45289.8160.2334.51
Hex7B238DD4B02D1223c23
Octal17343215151130554427443
Binary111101110001110001101110110010110101101100100010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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