#76258A

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

Shades of Vivid Violet #76258A

Tints of Vivid Violet #76258A

Color information

#76258A (or 0x76258A) is unknown color: approx Vivid Violet. HEX triplet: 76, 25 and 8A. RGB value is (118,37,138). Sum of RGB (Red+Green+Blue) = 118+37+138=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #76258A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76258A is #89DA75. Grayscale: #484848. Windows color (decimal): -9034358 or 9053558. OLE color: 9053558.

HSL color Cylindrical-coordinate representation of color #76258A: hue angle of 288.12º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76258A is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11837138-
CMYK0.140.7300.46
HSL288.12º57.71%34.31%-
HSV(B)288.12º73.19%54.12%-
XYZ12.727.0124.73-
YUV72.73164.84160.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=40.27%
G=12.63%
B=47.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118371380.140.7300.46288.1257.7134.31
Hex76258AE4902E1203a22
Octal16645212161110564407242
Binary111011010010110001010111010010010101110100100000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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