#7C349B

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

Shades of Vivid Violet #7C349B

Tints of Vivid Violet #7C349B

Color information

#7C349B (or 0x7C349B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 34 and 9B. RGB value is (124,52,155). Sum of RGB (Red+Green+Blue) = 124+52+155=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C349B is #83CB64. Grayscale: #545454. Windows color (decimal): -8637285 or 10171516. OLE color: 10171516.

HSL color Cylindrical-coordinate representation of color #7C349B: hue angle of 281.94º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C349B is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12452155-
CMYK0.20.6600.39
HSL281.94º49.76%40.59%-
HSV(B)281.94º66.45%60.78%-
XYZ15.469.1131.95-
YUV85.27167.35155.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=37.46%
G=15.71%
B=46.83%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124521550.20.6600.39281.9449.7640.59
Hex7C349B144202711a3229
Octal17464233241020474326251
Binary1111100110100100110111010010000100100111100011010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,52,155); }

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

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

 a { background-color: rgb(124,52,155); }

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

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

 span { border-color: rgb(124,52,155); }

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