#760463

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

Shades of Purple #760463

Tints of Purple #760463

Color information

#760463 (or 0x760463) is unknown color: approx Purple. HEX triplet: 76, 04 and 63. RGB value is (118,4,99). Sum of RGB (Red+Green+Blue) = 118+4+99=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760463 is #89FB9C. Grayscale: #303030. Windows color (decimal): -9042845 or 6489206. OLE color: 6489206.

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

Color convert

RGB118499-
CMYK00.970.160.54
HSL310º93.44%23.92%-
HSV(B)310º96.61%46.27%-
XYZ9.774.8412.22-
YUV48.92156.27177.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=53.39%
G=1.81%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11849900.970.160.5431093.4423.92
Hex7646306110361365d18
Octal16641430141206646613530
Binary111011010011000110110000110000110110100110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760463; }

 p { color: rgb(118,4,99); }

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

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

 a { background-color: rgb(118,4,99); }

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

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

 span { border-color: rgb(118,4,99); }

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