#770652

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

Shades of Tyrian Purple #770652

Tints of Tyrian Purple #770652

Color information

#770652 (or 0x770652) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 52. RGB value is (119,6,82). Sum of RGB (Red+Green+Blue) = 119+6+82=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770652 is #88F9AD. Grayscale: #303030. Windows color (decimal): -8976814 or 5375607. OLE color: 5375607.

HSL color Cylindrical-coordinate representation of color #770652: hue angle of 319.65º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770652 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB119682-
CMYK00.950.310.53
HSL319.65º90.4%24.51%-
HSV(B)319.65º94.96%46.67%-
XYZ9.24.668.4-
YUV48.45146.94178.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=57.49%
G=2.90%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968200.950.310.53319.6590.424.51
Hex7765205F1F351405a19
Octal16761220137376550013231
Binary111011111010100100101111111111110101101000000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770652; }

 p { color: rgb(119,6,82); }

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

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

 a { background-color: rgb(119,6,82); }

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

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

 span { border-color: rgb(119,6,82); }

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