#771558

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

Shades of Palatinate Purple #771558

Tints of Palatinate Purple #771558

Color information

#771558 (or 0x771558) is unknown color: approx Palatinate Purple. HEX triplet: 77, 15 and 58. RGB value is (119,21,88). Sum of RGB (Red+Green+Blue) = 119+21+88=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #771558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771558 is #88EAA7. Grayscale: #393939. Windows color (decimal): -8972968 or 5772663. OLE color: 5772663.

HSL color Cylindrical-coordinate representation of color #771558: hue angle of 318.98º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771558 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1192188-
CMYK00.820.260.53
HSL318.98º70%27.45%-
HSV(B)318.98º82.35%46.67%-
XYZ9.645.169.72-
YUV57.94144.97171.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=52.19%
G=9.21%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119218800.820.260.53318.987027.45
Hex7715580521A3513f461b
Octal167251300122326547710633
Binary11101111010110110000101001011010110101100111111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771558; }

 p { color: rgb(119,21,88); }

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

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

 a { background-color: rgb(119,21,88); }

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

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

 span { border-color: rgb(119,21,88); }

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