#7C238B

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

Shades of Vivid Violet #7C238B

Tints of Vivid Violet #7C238B

Color information

#7C238B (or 0x7C238B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 23 and 8B. RGB value is (124,35,139). Sum of RGB (Red+Green+Blue) = 124+35+139=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C238B is #83DC74. Grayscale: #494949. Windows color (decimal): -8641653 or 9118588. OLE color: 9118588.

HSL color Cylindrical-coordinate representation of color #7C238B: hue angle of 291.35º 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 #7C238B is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12435139-
CMYK0.110.7500.45
HSL291.35º59.77%34.12%-
HSV(B)291.35º74.82%54.51%-
XYZ13.577.3525.13-
YUV73.47164.99164.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=41.61%
G=11.74%
B=46.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124351390.110.7500.45291.3559.7734.12
Hex7C238BB4B02D1233c22
Octal17443213131130554437442
Binary111110010001110001011101110010110101101100100011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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