#762274

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

Shades of Dark Purple #762274

Tints of Dark Purple #762274

Color information

#762274 (or 0x762274) is unknown color: approx Dark Purple. HEX triplet: 76, 22 and 74. RGB value is (118,34,116). Sum of RGB (Red+Green+Blue) = 118+34+116=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762274 is #89DD8B. Grayscale: #444444. Windows color (decimal): -9035148 or 7610998. OLE color: 7610998.

HSL color Cylindrical-coordinate representation of color #762274: hue angle of 301.43º 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 #762274 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11834116-
CMYK00.710.020.54
HSL301.43º55.26%29.8%-
HSV(B)301.43º71.19%46.27%-
XYZ11.26.2617.14-
YUV68.46154.83163.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=44.03%
G=12.69%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183411600.710.020.54301.4355.2629.8
Hex76227404723612d371e
Octal1664216401072664556736
Binary11101101000101110100010001111011011010010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762274; }

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

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

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

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

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

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

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

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