#770584

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

Shades of Purple #770584

Tints of Purple #770584

Color information

#770584 (or 0x770584) is unknown color: approx Purple. HEX triplet: 77, 05 and 84. RGB value is (119,5,132). Sum of RGB (Red+Green+Blue) = 119+5+132=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #770584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770584 is #88FA7B. Grayscale: #353535. Windows color (decimal): -8977020 or 8652151. OLE color: 8652151.

HSL color Cylindrical-coordinate representation of color #770584: hue angle of 293.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770584 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1195132-
CMYK0.100.9600.48
HSL293.86º92.7%26.86%-
HSV(B)293.86º96.21%51.76%-
XYZ11.835.722.31-
YUV53.56172.27174.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=46.48%
G=1.95%
B=51.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11951320.100.9600.48293.8692.726.86
Hex77584A600301265d1b
Octal16752041214006044613533
Binary111011110110000100101011000000110000100100110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770584; }

 p { color: rgb(119,5,132); }

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

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

 a { background-color: rgb(119,5,132); }

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

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

 span { border-color: rgb(119,5,132); }

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