#76338B

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

Shades of Vivid Violet #76338B

Tints of Vivid Violet #76338B

Color information

#76338B (or 0x76338B) is unknown color: approx Vivid Violet. HEX triplet: 76, 33 and 8B. RGB value is (118,51,139). Sum of RGB (Red+Green+Blue) = 118+51+139=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #76338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76338B is #89CC74. Grayscale: #505050. Windows color (decimal): -9030773 or 9122678. OLE color: 9122678.

HSL color Cylindrical-coordinate representation of color #76338B: hue angle of 285.68º 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 #76338B is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11851139-
CMYK0.150.6300.45
HSL285.68º46.32%37.25%-
HSV(B)285.68º63.31%54.51%-
XYZ13.328.0825.28-
YUV81.06160.7154.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=38.31%
G=16.56%
B=45.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118511390.150.6300.45285.6846.3237.25
Hex76338BF3F02D11e2e25
Octal1666321317770554365645
Binary11101101100111000101111111111110101101100011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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