#770A67

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

Shades of Purple #770A67

Tints of Purple #770A67

Color information

#770A67 (or 0x770A67) is unknown color: approx Purple. HEX triplet: 77, 0A and 67. RGB value is (119,10,103). Sum of RGB (Red+Green+Blue) = 119+10+103=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #770A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A67 is #88F598. Grayscale: #343434. Windows color (decimal): -8975769 or 6752887. OLE color: 6752887.

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

Color convert

RGB11910103-
CMYK00.920.130.53
HSL308.81º84.5%25.29%-
HSV(B)308.81º91.6%46.67%-
XYZ10.165.1213.28-
YUV53.19156.11174.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=51.29%
G=4.31%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191010300.920.130.53308.8184.525.29
Hex77A6705CD351355419
Octal167121470134156546512431
Binary111011110101100111010111001101110101100110101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770A67; }

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

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

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

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

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

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

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

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