#7609B1

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

Shades of Dark Violet #7609B1

Tints of Dark Violet #7609B1

Color information

#7609B1 (or 0x7609B1) is unknown color: approx Dark Violet. HEX triplet: 76, 09 and B1. RGB value is (118,9,177). Sum of RGB (Red+Green+Blue) = 118+9+177=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #7609B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7609B1 is #89F64E. Grayscale: #3C3C3C. Windows color (decimal): -9041487 or 11602294. OLE color: 11602294.

HSL color Cylindrical-coordinate representation of color #7609B1: hue angle of 278.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7609B1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1189177-
CMYK0.330.9500.31
HSL278.93º90.32%36.47%-
HSV(B)278.93º94.92%69.41%-
XYZ15.57.2242.17-
YUV60.74193.61168.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 9 (3.91% from 255) = 2.96%
BLUE value IS 177 (69.53% from 255) = 58.22%
R=38.82%
G=2.96%
B=58.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11891770.330.9500.31278.9390.3236.47
Hex769B1215F01F1175a24
Octal166112614113703742713244
Binary111011010011011000110000110111110111111000101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7609B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7609B1; }

 p { color: rgb(118,9,177); }

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

<style>
 a { background-color: #7609B1; }

 a { background-color: rgb(118,9,177); }

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

<style>
 span { border-color: #7609B1; }

 span { border-color: rgb(118,9,177); }

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