#7C369B

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

Shades of Vivid Violet #7C369B

Tints of Vivid Violet #7C369B

Color information

#7C369B (or 0x7C369B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 36 and 9B. RGB value is (124,54,155). Sum of RGB (Red+Green+Blue) = 124+54+155=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C369B is #83C964. Grayscale: #565656. Windows color (decimal): -8636773 or 10172028. OLE color: 10172028.

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

Color convert

RGB12454155-
CMYK0.20.6500.39
HSL281.58º48.33%40.98%-
HSV(B)281.58º65.16%60.78%-
XYZ15.559.2931.98-
YUV86.44166.69154.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=37.24%
G=16.22%
B=46.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124541550.20.6500.39281.5848.3340.98
Hex7C369B144102711a3029
Octal17466233241010474326051
Binary1111100110110100110111010010000010100111100011010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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