#7C368B

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

Shades of Vivid Violet #7C368B

Tints of Vivid Violet #7C368B

Color information

#7C368B (or 0x7C368B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 36 and 8B. RGB value is (124,54,139). Sum of RGB (Red+Green+Blue) = 124+54+139=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C368B is #83C974. Grayscale: #545454. Windows color (decimal): -8636789 or 9123452. OLE color: 9123452.

HSL color Cylindrical-coordinate representation of color #7C368B: hue angle of 289.41º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C368B is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12454139-
CMYK0.110.6100.45
HSL289.41º44.04%37.84%-
HSV(B)289.41º61.15%54.51%-
XYZ14.298.7925.37-
YUV84.62158.69156.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.12%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=39.12%
G=17.03%
B=43.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124541390.110.6100.45289.4144.0437.84
Hex7C368BB3D02D1212c26
Octal1746621313750554415446
Binary11111001101101000101110111111010101101100100001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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