#770D93

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

Shades of Purple #770D93

Tints of Purple #770D93

Color information

#770D93 (or 0x770D93) is unknown color: approx Purple. HEX triplet: 77, 0D and 93. RGB value is (119,13,147). Sum of RGB (Red+Green+Blue) = 119+13+147=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #770D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770D93 is #88F26C. Grayscale: #3B3B3B. Windows color (decimal): -8974957 or 9637239. OLE color: 9637239.

HSL color Cylindrical-coordinate representation of color #770D93: hue angle of 287.46º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770D93 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11913147-
CMYK0.190.9100.42
HSL287.46º83.75%31.37%-
HSV(B)287.46º91.16%57.65%-
XYZ13.026.3228.14-
YUV59.97177.12170.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=42.65%
G=4.66%
B=52.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119131470.190.9100.42287.4683.7531.37
Hex77D93135B02A11f541f
Octal167152232313305243712437
Binary11101111101100100111001110110110101010100011111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770D93; }

 p { color: rgb(119,13,147); }

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

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

 a { background-color: rgb(119,13,147); }

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

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

 span { border-color: rgb(119,13,147); }

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