#7907C5

Color #7907C5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7907C5

Tints of Dark Violet #7907C5

Color information

#7907C5 (or 0x7907C5) is unknown color: approx Dark Violet. HEX triplet: 79, 07 and C5. RGB value is (121,7,197). Sum of RGB (Red+Green+Blue) = 121+7+197=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #7907C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7907C5 is #86F83A. Grayscale: #3E3E3E. Windows color (decimal): -8845371 or 12912505. OLE color: 12912505.

HSL color Cylindrical-coordinate representation of color #7907C5: hue angle of 276º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7907C5 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1217197-
CMYK0.390.9600.23
HSL276º93.14%40%-
HSV(B)276º96.45%77.25%-
XYZ18.048.2553.46-
YUV62.75203.77169.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 197 (77.34% from 255) = 60.62%
R=37.23%
G=2.15%
B=60.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12171970.390.9600.2327693.1440
Hex797C527600171145d28
Octal17173054714002742413550
Binary11110011111100010110011111000000101111000101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7907C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7907C5; }

 p { color: rgb(121,7,197); }

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

<style>
 a { background-color: #7907C5; }

 a { background-color: rgb(121,7,197); }

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

<style>
 span { border-color: #7907C5; }

 span { border-color: rgb(121,7,197); }

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