#7C238D

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

Shades of Vivid Violet #7C238D

Tints of Vivid Violet #7C238D

Color information

#7C238D (or 0x7C238D) is unknown color: approx Vivid Violet. HEX triplet: 7C, 23 and 8D. RGB value is (124,35,141). Sum of RGB (Red+Green+Blue) = 124+35+141=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C238D is #83DC72. Grayscale: #494949. Windows color (decimal): -8641651 or 9249660. OLE color: 9249660.

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

Color convert

RGB12435141-
CMYK0.120.7500.45
HSL290.38º60.23%34.51%-
HSV(B)290.38º75.18%55.29%-
XYZ13.727.4125.91-
YUV73.69165.99163.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 35 (14.06% from 255) = 11.67%
BLUE value IS 141 (55.47% from 255) = 47%
R=41.33%
G=11.67%
B=47%

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
Decimal124351410.120.7500.45290.3860.2334.51
Hex7C238DC4B02D1223c23
Octal17443215141130554427443
Binary111110010001110001101110010010110101101100100010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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