#762378

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

Shades of Dark Purple #762378

Tints of Dark Purple #762378

Color information

#762378 (or 0x762378) is unknown color: approx Dark Purple. HEX triplet: 76, 23 and 78. RGB value is (118,35,120). Sum of RGB (Red+Green+Blue) = 118+35+120=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #762378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762378 is #89DC87. Grayscale: #454545. Windows color (decimal): -9034888 or 7873398. OLE color: 7873398.

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

Color convert

RGB11835120-
CMYK0.020.7100.53
HSL298.59º54.84%30.39%-
HSV(B)298.59º70.83%47.06%-
XYZ11.466.4118.4-
YUV69.51156.5162.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=43.22%
G=12.82%
B=43.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118351200.020.7100.53298.5954.8430.39
Hex76237824703512b371e
Octal1664317021070654536736
Binary11101101000111111000101000111011010110010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762378; }

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

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

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

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

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

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

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

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