#77338B

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

Shades of Vivid Violet #77338B

Tints of Vivid Violet #77338B

Color information

#77338B (or 0x77338B) is unknown color: approx Vivid Violet. HEX triplet: 77, 33 and 8B. RGB value is (119,51,139). Sum of RGB (Red+Green+Blue) = 119+51+139=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #77338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77338B is #88CC74. Grayscale: #515151. Windows color (decimal): -8965237 or 9122679. OLE color: 9122679.

HSL color Cylindrical-coordinate representation of color #77338B: hue angle of 286.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77338B is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11951139-
CMYK0.140.6300.45
HSL286.36º46.32%37.25%-
HSV(B)286.36º63.31%54.51%-
XYZ13.458.1525.29-
YUV81.36160.53154.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=38.51%
G=16.50%
B=44.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119511390.140.6300.45286.3646.3237.25
Hex77338BE3F02D11e2e25
Octal1676321316770554365645
Binary11101111100111000101111101111110101101100011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,51,139); }

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

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

 a { background-color: rgb(119,51,139); }

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

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

 span { border-color: rgb(119,51,139); }

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