#762073

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

Shades of Dark Purple #762073

Tints of Dark Purple #762073

Color information

#762073 (or 0x762073) is unknown color: approx Dark Purple. HEX triplet: 76, 20 and 73. RGB value is (118,32,115). Sum of RGB (Red+Green+Blue) = 118+32+115=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762073 is #89DF8C. Grayscale: #424242. Windows color (decimal): -9035661 or 7544950. OLE color: 7544950.

HSL color Cylindrical-coordinate representation of color #762073: hue angle of 302.09º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762073 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11832115-
CMYK00.730.030.54
HSL302.09º57.33%29.41%-
HSV(B)302.09º72.88%46.27%-
XYZ11.086.1216.82-
YUV67.18154.99164.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=44.53%
G=12.08%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183211500.730.030.54302.0957.3329.41
Hex76207304933612e391d
Octal1664016301113664567135
Binary11101101000001110011010010011111011010010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762073; }

 p { color: rgb(118,32,115); }

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

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

 a { background-color: rgb(118,32,115); }

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

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

 span { border-color: rgb(118,32,115); }

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