#77259B

Color #77259B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #77259B

Tints of Vivid Violet #77259B

Color information

#77259B (or 0x77259B) is unknown color: approx Vivid Violet. HEX triplet: 77, 25 and 9B. RGB value is (119,37,155). Sum of RGB (Red+Green+Blue) = 119+37+155=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #77259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77259B is #88DA64. Grayscale: #4A4A4A. Windows color (decimal): -8968805 or 10167671. OLE color: 10167671.

HSL color Cylindrical-coordinate representation of color #77259B: hue angle of 281.69º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77259B is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11937155-
CMYK0.230.7600.39
HSL281.69º61.46%37.65%-
HSV(B)281.69º76.13%60.78%-
XYZ14.197.6131.73-
YUV74.97173.17159.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=38.26%
G=11.90%
B=49.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119371550.230.7600.39281.6961.4637.65
Hex77259B174C02711a3d26
Octal16745233271140474327546
Binary1110111100101100110111011110011000100111100011010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,37,155); }

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

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

 a { background-color: rgb(119,37,155); }

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

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

 span { border-color: rgb(119,37,155); }

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