#76258C

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

Shades of Vivid Violet #76258C

Tints of Vivid Violet #76258C

Color information

#76258C (or 0x76258C) is unknown color: approx Vivid Violet. HEX triplet: 76, 25 and 8C. RGB value is (118,37,140). Sum of RGB (Red+Green+Blue) = 118+37+140=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #76258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76258C is #89DA73. Grayscale: #484848. Windows color (decimal): -9034356 or 9184630. OLE color: 9184630.

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

Color convert

RGB11837140-
CMYK0.160.7400.45
HSL287.18º58.19%34.71%-
HSV(B)287.18º73.57%54.9%-
XYZ12.877.0725.5-
YUV72.96165.84160.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=40%
G=12.54%
B=47.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118371400.160.7400.45287.1858.1934.71
Hex76258C104A02D11f3a23
Octal16645214201120554377243
Binary1110110100101100011001000010010100101101100011111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76258C; }

 p { color: rgb(118,37,140); }

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

<style>
 a { background-color: #76258C; }

 a { background-color: rgb(118,37,140); }

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

<style>
 span { border-color: #76258C; }

 span { border-color: rgb(118,37,140); }

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