#760271

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

Shades of Purple #760271

Tints of Purple #760271

Color information

#760271 (or 0x760271) is unknown color: approx Purple. HEX triplet: 76, 02 and 71. RGB value is (118,2,113). Sum of RGB (Red+Green+Blue) = 118+2+113=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #760271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760271 is #89FD8E. Grayscale: #313131. Windows color (decimal): -9043343 or 7406198. OLE color: 7406198.

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

Color convert

RGB1182113-
CMYK00.980.040.54
HSL302.59º96.67%23.53%-
HSV(B)302.59º98.31%46.27%-
XYZ10.475.0916.05-
YUV49.34163.93176.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=50.64%
G=0.86%
B=48.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118211300.980.040.54302.5996.6723.53
Hex7627106243612f6118
Octal1662161014246645714130
Binary111011010111000101100010100110110100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760271; }

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

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

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

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

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

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

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

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