#770567

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

Shades of Purple #770567

Tints of Purple #770567

Color information

#770567 (or 0x770567) is unknown color: approx Purple. HEX triplet: 77, 05 and 67. RGB value is (119,5,103). Sum of RGB (Red+Green+Blue) = 119+5+103=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #770567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770567 is #88FA98. Grayscale: #313131. Windows color (decimal): -8977049 or 6751607. OLE color: 6751607.

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

Color convert

RGB1195103-
CMYK00.960.130.53
HSL308.42º91.94%24.31%-
HSV(B)308.42º95.8%46.67%-
XYZ10.115.0113.27-
YUV50.26157.77177.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=52.42%
G=2.20%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119510300.960.130.53308.4291.9424.31
Hex77567060D351345c18
Octal16751470140156546413430
Binary11101111011100111011000001101110101100110100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770567; }

 p { color: rgb(119,5,103); }

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

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

 a { background-color: rgb(119,5,103); }

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

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

 span { border-color: rgb(119,5,103); }

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