#7C3282

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

Shades of Vivid Violet #7C3282

Tints of Vivid Violet #7C3282

Color information

#7C3282 (or 0x7C3282) is unknown color: approx Vivid Violet. HEX triplet: 7C, 32 and 82. RGB value is (124,50,130). Sum of RGB (Red+Green+Blue) = 124+50+130=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C3282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3282 is #83CD7D. Grayscale: #505050. Windows color (decimal): -8637822 or 8532604. OLE color: 8532604.

HSL color Cylindrical-coordinate representation of color #7C3282: hue angle of 295.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C3282 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12450130-
CMYK0.050.6200.49
HSL295.5º44.44%35.29%-
HSV(B)295.5º61.54%50.98%-
XYZ13.488.1821.99-
YUV81.25155.52158.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=40.79%
G=16.45%
B=42.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124501300.050.6200.49295.544.4435.29
Hex7C328253E0311282c23
Octal174622025760614505443
Binary1111100110010100000101011111100110001100101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,50,130); }

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

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

 a { background-color: rgb(124,50,130); }

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

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

 span { border-color: rgb(124,50,130); }

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