#7607B8

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

Shades of Dark Violet #7607B8

Tints of Dark Violet #7607B8

Color information

#7607B8 (or 0x7607B8) is unknown color: approx Dark Violet. HEX triplet: 76, 07 and B8. RGB value is (118,7,184). Sum of RGB (Red+Green+Blue) = 118+7+184=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #7607B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607B8 is #89F847. Grayscale: #3B3B3B. Windows color (decimal): -9041992 or 12060534. OLE color: 12060534.

HSL color Cylindrical-coordinate representation of color #7607B8: hue angle of 277.63º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7607B8 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1187184-
CMYK0.360.9600.28
HSL277.63º92.67%37.45%-
HSV(B)277.63º96.2%72.16%-
XYZ16.27.4645.93-
YUV60.37197.77169.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 184 (72.27% from 255) = 59.55%
R=38.19%
G=2.27%
B=59.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11871840.360.9600.28277.6392.6737.45
Hex767B8246001C1165d25
Octal16672704414003442613545
Binary11101101111011100010010011000000111001000101101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7607B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7607B8; }

 p { color: rgb(118,7,184); }

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

<style>
 a { background-color: #7607B8; }

 a { background-color: rgb(118,7,184); }

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

<style>
 span { border-color: #7607B8; }

 span { border-color: rgb(118,7,184); }

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