#762093

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

Shades of Vivid Violet #762093

Tints of Vivid Violet #762093

Color information

#762093 (or 0x762093) is unknown color: approx Vivid Violet. HEX triplet: 76, 20 and 93. RGB value is (118,32,147). Sum of RGB (Red+Green+Blue) = 118+32+147=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #762093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762093 is #89DF6C. Grayscale: #464646. Windows color (decimal): -9035629 or 9642102. OLE color: 9642102.

HSL color Cylindrical-coordinate representation of color #762093: hue angle of 284.87º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762093 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11832147-
CMYK0.200.7800.42
HSL284.87º64.25%35.1%-
HSV(B)284.87º78.23%57.65%-
XYZ13.256.9928.25-
YUV70.82170.99161.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=39.73%
G=10.77%
B=49.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118321470.200.7800.42284.8764.2535.1
Hex762093144E02A11d4023
Octal166402232411605243510043
Binary11101101000001001001110100100111001010101000111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762093; }

 p { color: rgb(118,32,147); }

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

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

 a { background-color: rgb(118,32,147); }

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

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

 span { border-color: rgb(118,32,147); }

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