#7C2098

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

Shades of Vivid Violet #7C2098

Tints of Vivid Violet #7C2098

Color information

#7C2098 (or 0x7C2098) is unknown color: approx Vivid Violet. HEX triplet: 7C, 20 and 98. RGB value is (124,32,152). Sum of RGB (Red+Green+Blue) = 124+32+152=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C2098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2098 is #83DF67. Grayscale: #484848. Windows color (decimal): -8642408 or 9969788. OLE color: 9969788.

HSL color Cylindrical-coordinate representation of color #7C2098: hue angle of 286º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C2098 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12432152-
CMYK0.180.7900.40
HSL286º65.22%36.08%-
HSV(B)286º78.95%59.61%-
XYZ14.57.5930.41-
YUV73.19172.48164.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=40.26%
G=10.39%
B=49.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124321520.180.7900.4028665.2236.08
Hex7C2098124F02811e4124
Octal174402302211705043610144
Binary11111001000001001100010010100111101010001000111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,32,152); }

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

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

 a { background-color: rgb(124,32,152); }

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

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

 span { border-color: rgb(124,32,152); }

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