#762185

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

Shades of Vivid Violet #762185

Tints of Vivid Violet #762185

Color information

#762185 (or 0x762185) is unknown color: approx Vivid Violet. HEX triplet: 76, 21 and 85. RGB value is (118,33,133). Sum of RGB (Red+Green+Blue) = 118+33+133=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #762185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762185 is #89DE7A. Grayscale: #454545. Windows color (decimal): -9035387 or 8724854. OLE color: 8724854.

HSL color Cylindrical-coordinate representation of color #762185: hue angle of 291º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762185 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11833133-
CMYK0.110.7500.48
HSL291º60.24%32.55%-
HSV(B)291º75.19%52.16%-
XYZ12.256.6322.82-
YUV69.82163.66162.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=41.55%
G=11.62%
B=46.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118331330.110.7500.4829160.2432.55
Hex762185B4B0301233c21
Octal16641205131130604437441
Binary111011010000110000101101110010110110000100100011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762185; }

 p { color: rgb(118,33,133); }

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

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

 a { background-color: rgb(118,33,133); }

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

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

 span { border-color: rgb(118,33,133); }

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