#7603B8

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

Shades of Dark Violet #7603B8

Tints of Dark Violet #7603B8

Color information

#7603B8 (or 0x7603B8) is unknown color: approx Dark Violet. HEX triplet: 76, 03 and B8. RGB value is (118,3,184). Sum of RGB (Red+Green+Blue) = 118+3+184=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 184 (72.27% from 255 or 60.33% from 305); Max value from RGB is 184 - color contains mainly: blue. Hex color #7603B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603B8 is #89FC47. Grayscale: #393939. Windows color (decimal): -9043016 or 12059510. OLE color: 12059510.

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

Color convert

RGB1183184-
CMYK0.360.9800.28
HSL278.12º96.79%36.67%-
HSV(B)278.12º98.37%72.16%-
XYZ16.167.3845.92-
YUV58.02199.1170.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 184 (72.27% from 255) = 60.33%
R=38.69%
G=0.98%
B=60.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11831840.360.9800.28278.1296.7936.67
Hex763B8246201C1166125
Octal16632704414203442614145
Binary1110110111011100010010011000100111001000101101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7603B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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