#77308D

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

Shades of Vivid Violet #77308D

Tints of Vivid Violet #77308D

Color information

#77308D (or 0x77308D) is unknown color: approx Vivid Violet. HEX triplet: 77, 30 and 8D. RGB value is (119,48,141). Sum of RGB (Red+Green+Blue) = 119+48+141=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #77308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77308D is #88CF72. Grayscale: #4F4F4F. Windows color (decimal): -8966003 or 9252983. OLE color: 9252983.

HSL color Cylindrical-coordinate representation of color #77308D: hue angle of 285.81º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77308D is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11948141-
CMYK0.160.6600.45
HSL285.81º49.21%37.06%-
HSV(B)285.81º65.96%55.29%-
XYZ13.477.9626.03-
YUV79.83162.52155.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=38.64%
G=15.58%
B=45.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119481410.160.6600.45285.8149.2137.06
Hex77308D104202D11e3125
Octal16760215201020554366145
Binary1110111110000100011011000010000100101101100011110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77308D; }

 p { color: rgb(119,48,141); }

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

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

 a { background-color: rgb(119,48,141); }

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

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

 span { border-color: rgb(119,48,141); }

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