#760569

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

Shades of Purple #760569

Tints of Purple #760569

Color information

#760569 (or 0x760569) is unknown color: approx Purple. HEX triplet: 76, 05 and 69. RGB value is (118,5,105). Sum of RGB (Red+Green+Blue) = 118+5+105=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760569 is #89FA96. Grayscale: #313131. Windows color (decimal): -9042583 or 6882678. OLE color: 6882678.

HSL color Cylindrical-coordinate representation of color #760569: hue angle of 306.9º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760569 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB1185105-
CMYK00.960.110.54
HSL306.9º91.87%24.12%-
HSV(B)306.9º95.76%46.27%-
XYZ10.084.9813.79-
YUV50.19158.94176.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=51.75%
G=2.19%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118510500.960.110.54306.991.8724.12
Hex76569060B361335c18
Octal16651510140136646313430
Binary11101101011101001011000001011110110100110011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760569; }

 p { color: rgb(118,5,105); }

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

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

 a { background-color: rgb(118,5,105); }

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

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

 span { border-color: rgb(118,5,105); }

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