#760269

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

Shades of Purple #760269

Tints of Purple #760269

Color information

#760269 (or 0x760269) is unknown color: approx Purple. HEX triplet: 76, 02 and 69. RGB value is (118,2,105). Sum of RGB (Red+Green+Blue) = 118+2+105=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760269 is #89FD96. Grayscale: #303030. Windows color (decimal): -9043351 or 6881910. OLE color: 6881910.

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

Color convert

RGB1182105-
CMYK00.980.110.54
HSL306.72º96.67%23.53%-
HSV(B)306.72º98.31%46.27%-
XYZ10.044.9113.78-
YUV48.43159.93177.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=52.44%
G=0.89%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118210500.980.110.54306.7296.6723.53
Hex76269062B361336118
Octal16621510142136646314130
Binary1110110101101001011000101011110110100110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760269; }

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

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

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

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

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

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

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

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