#7603B5

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

Shades of Dark Violet #7603B5

Tints of Dark Violet #7603B5

Color information

#7603B5 (or 0x7603B5) is unknown color: approx Dark Violet. HEX triplet: 76, 03 and B5. RGB value is (118,3,181). Sum of RGB (Red+Green+Blue) = 118+3+181=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 181 (71.09% from 255 or 59.93% from 302); Max value from RGB is 181 - color contains mainly: blue. Hex color #7603B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603B5 is #89FC4A. Grayscale: #393939. Windows color (decimal): -9043019 or 11862902. OLE color: 11862902.

HSL color Cylindrical-coordinate representation of color #7603B5: hue angle of 278.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7603B5 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1183181-
CMYK0.350.9800.29
HSL278.76º96.74%36.08%-
HSV(B)278.76º98.34%70.98%-
XYZ15.847.2544.28-
YUV57.68197.6171.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 181 (71.09% from 255) = 59.93%
R=39.07%
G=0.99%
B=59.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11831810.350.9800.29278.7696.7436.08
Hex763B5236201D1176124
Octal16632654314203542714144
Binary1110110111011010110001111000100111011000101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7603B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7603B5; }

 p { color: rgb(118,3,181); }

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

<style>
 a { background-color: #7603B5; }

 a { background-color: rgb(118,3,181); }

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

<style>
 span { border-color: #7603B5; }

 span { border-color: rgb(118,3,181); }

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