#762373

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

Shades of Dark Purple #762373

Tints of Dark Purple #762373

Color information

#762373 (or 0x762373) is unknown color: approx Dark Purple. HEX triplet: 76, 23 and 73. RGB value is (118,35,115). Sum of RGB (Red+Green+Blue) = 118+35+115=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762373 is #89DC8C. Grayscale: #444444. Windows color (decimal): -9034893 or 7545718. OLE color: 7545718.

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

Color convert

RGB11835115-
CMYK00.700.030.54
HSL302.17º54.25%30%-
HSV(B)302.17º70.34%46.27%-
XYZ11.176.2916.85-
YUV68.94154163-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=44.03%
G=13.06%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183511500.700.030.54302.1754.2530
Hex76237304633612e361e
Octal1664316301063664566636
Binary11101101000111110011010001101111011010010111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762373; }

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

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

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

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

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

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

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

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