#76298B

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

Shades of Vivid Violet #76298B

Tints of Vivid Violet #76298B

Color information

#76298B (or 0x76298B) is unknown color: approx Vivid Violet. HEX triplet: 76, 29 and 8B. RGB value is (118,41,139). Sum of RGB (Red+Green+Blue) = 118+41+139=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #76298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76298B is #89D674. Grayscale: #4A4A4A. Windows color (decimal): -9033333 or 9120118. OLE color: 9120118.

HSL color Cylindrical-coordinate representation of color #76298B: hue angle of 287.14º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76298B is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11841139-
CMYK0.150.7100.45
HSL287.14º54.44%35.29%-
HSV(B)287.14º70.5%54.51%-
XYZ12.927.325.15-
YUV75.19164.01158.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=39.60%
G=13.76%
B=46.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118411390.150.7100.45287.1454.4435.29
Hex76298BF4702D11f3623
Octal16651213171070554376643
Binary111011010100110001011111110001110101101100011111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,41,139); }

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

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

 a { background-color: rgb(118,41,139); }

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

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

 span { border-color: rgb(118,41,139); }

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