#77238D

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

Shades of Vivid Violet #77238D

Tints of Vivid Violet #77238D

Color information

#77238D (or 0x77238D) is unknown color: approx Vivid Violet. HEX triplet: 77, 23 and 8D. RGB value is (119,35,141). Sum of RGB (Red+Green+Blue) = 119+35+141=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #77238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77238D is #88DC72. Grayscale: #474747. Windows color (decimal): -8969331 or 9249655. OLE color: 9249655.

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

Color convert

RGB11935141-
CMYK0.160.7500.45
HSL287.55º60.23%34.51%-
HSV(B)287.55º75.18%55.29%-
XYZ13.027.0525.87-
YUV72.2166.83161.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=40.34%
G=11.86%
B=47.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119351410.160.7500.45287.5560.2334.51
Hex77238D104B02D1203c23
Octal16743215201130554407443
Binary1110111100011100011011000010010110101101100100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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