#770270

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

Shades of Purple #770270

Tints of Purple #770270

Color information

#770270 (or 0x770270) is unknown color: approx Purple. HEX triplet: 77, 02 and 70. RGB value is (119,2,112). Sum of RGB (Red+Green+Blue) = 119+2+112=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #770270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770270 is #88FD8F. Grayscale: #313131. Windows color (decimal): -8977808 or 7340663. OLE color: 7340663.

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

Color convert

RGB1192112-
CMYK00.980.060.53
HSL303.59º96.69%23.73%-
HSV(B)303.59º98.32%46.67%-
XYZ10.555.1415.76-
YUV49.52163.26177.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=51.07%
G=0.86%
B=48.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119211200.980.060.53303.5996.6923.73
Hex772700626351306118
Octal1672160014266546014130
Binary111011110111000001100010110110101100110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770270; }

 p { color: rgb(119,2,112); }

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

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

 a { background-color: rgb(119,2,112); }

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

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

 span { border-color: rgb(119,2,112); }

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