#7C3385

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

Shades of Vivid Violet #7C3385

Tints of Vivid Violet #7C3385

Color information

#7C3385 (or 0x7C3385) is unknown color: approx Vivid Violet. HEX triplet: 7C, 33 and 85. RGB value is (124,51,133). Sum of RGB (Red+Green+Blue) = 124+51+133=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C3385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3385 is #83CC7A. Grayscale: #515151. Windows color (decimal): -8637563 or 8729468. OLE color: 8729468.

HSL color Cylindrical-coordinate representation of color #7C3385: hue angle of 293.41º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C3385 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12451133-
CMYK0.070.6200.48
HSL293.41º44.57%36.08%-
HSV(B)293.41º61.65%52.16%-
XYZ13.738.3523.08-
YUV82.18156.68157.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=40.26%
G=16.56%
B=43.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124511330.070.6200.48293.4144.5736.08
Hex7C338573E0301252d24
Octal174632057760604455544
Binary1111100110011100001011111111100110000100100101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,133); }

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

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

 a { background-color: rgb(124,51,133); }

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

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

 span { border-color: rgb(124,51,133); }

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