#771283

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

Shades of Purple #771283

Tints of Purple #771283

Color information

#771283 (or 0x771283) is unknown color: approx Purple. HEX triplet: 77, 12 and 83. RGB value is (119,18,131). Sum of RGB (Red+Green+Blue) = 119+18+131=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #771283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771283 is #88ED7C. Grayscale: #3C3C3C. Windows color (decimal): -8973693 or 8589943. OLE color: 8589943.

HSL color Cylindrical-coordinate representation of color #771283: hue angle of 293.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771283 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11918131-
CMYK0.090.8600.49
HSL293.63º75.84%29.22%-
HSV(B)293.63º86.26%51.37%-
XYZ11.925.9922-
YUV61.08167.46169.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 18 (7.42% from 255) = 6.72%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=44.40%
G=6.72%
B=48.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119181310.090.8600.49293.6375.8429.22
Hex7712839560311264c1d
Octal167222031112606144611435
Binary11101111001010000011100110101100110001100100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771283; }

 p { color: rgb(119,18,131); }

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

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

 a { background-color: rgb(119,18,131); }

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

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

 span { border-color: rgb(119,18,131); }

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