#7C359B

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

Shades of Vivid Violet #7C359B

Tints of Vivid Violet #7C359B

Color information

#7C359B (or 0x7C359B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 35 and 9B. RGB value is (124,53,155). Sum of RGB (Red+Green+Blue) = 124+53+155=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C359B is #83CA64. Grayscale: #555555. Windows color (decimal): -8637029 or 10171772. OLE color: 10171772.

HSL color Cylindrical-coordinate representation of color #7C359B: hue angle of 281.76º degrees, saturation: 0.49, 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 #7C359B is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12453155-
CMYK0.20.6600.39
HSL281.76º49.04%40.78%-
HSV(B)281.76º65.81%60.78%-
XYZ15.59.231.97-
YUV85.86167.02155.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=37.35%
G=15.96%
B=46.69%

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
Decimal124531550.20.6600.39281.7649.0440.78
Hex7C359B144202711a3129
Octal17465233241020474326151
Binary1111100110101100110111010010000100100111100011010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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