#762273

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

Shades of Dark Purple #762273

Tints of Dark Purple #762273

Color information

#762273 (or 0x762273) is unknown color: approx Dark Purple. HEX triplet: 76, 22 and 73. RGB value is (118,34,115). Sum of RGB (Red+Green+Blue) = 118+34+115=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #762273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762273 is #89DD8C. Grayscale: #444444. Windows color (decimal): -9035149 or 7545462. OLE color: 7545462.

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

Color convert

RGB11834115-
CMYK00.710.030.54
HSL302.14º55.26%29.8%-
HSV(B)302.14º71.19%46.27%-
XYZ11.146.2316.84-
YUV68.35154.33163.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=44.19%
G=12.73%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183411500.710.030.54302.1455.2629.8
Hex76227304733612e371e
Octal1664216301073664566736
Binary11101101000101110011010001111111011010010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762273; }

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

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

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

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

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

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

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

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