#77197B

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

Shades of Dark Purple #77197B

Tints of Dark Purple #77197B

Color information

#77197B (or 0x77197B) is unknown color: approx Dark Purple. HEX triplet: 77, 19 and 7B. RGB value is (119,25,123). Sum of RGB (Red+Green+Blue) = 119+25+123=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #77197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77197B is #88E684. Grayscale: #3F3F3F. Windows color (decimal): -8971909 or 8067447. OLE color: 8067447.

HSL color Cylindrical-coordinate representation of color #77197B: hue angle of 297.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77197B is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11925123-
CMYK0.030.8000.52
HSL297.55º66.22%29.02%-
HSV(B)297.55º79.67%48.24%-
XYZ11.536.0519.3-
YUV64.28161.14167.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=44.57%
G=9.36%
B=46.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119251230.030.8000.52297.5566.2229.02
Hex77197B35003412a421d
Octal16731173312006445210235
Binary11101111100111110111110100000110100100101010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77197B; }

 p { color: rgb(119,25,123); }

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

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

 a { background-color: rgb(119,25,123); }

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

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

 span { border-color: rgb(119,25,123); }

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