#770269

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

Shades of Purple #770269

Tints of Purple #770269

Color information

#770269 (or 0x770269) is unknown color: approx Purple. HEX triplet: 77, 02 and 69. RGB value is (119,2,105). Sum of RGB (Red+Green+Blue) = 119+2+105=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770269 is #88FD96. Grayscale: #303030. Windows color (decimal): -8977815 or 6881911. OLE color: 6881911.

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

Color convert

RGB1192105-
CMYK00.980.120.53
HSL307.18º96.69%23.73%-
HSV(B)307.18º98.32%46.67%-
XYZ10.184.9913.79-
YUV48.72159.76178.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=52.65%
G=0.88%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119210500.980.120.53307.1896.6923.73
Hex77269062C351336118
Octal16721510142146546314130
Binary1110111101101001011000101100110101100110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770269; }

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

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

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

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

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

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

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

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