#762183

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

Shades of Vivid Violet #762183

Tints of Vivid Violet #762183

Color information

#762183 (or 0x762183) is unknown color: approx Vivid Violet. HEX triplet: 76, 21 and 83. RGB value is (118,33,131). Sum of RGB (Red+Green+Blue) = 118+33+131=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #762183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762183 is #89DE7C. Grayscale: #454545. Windows color (decimal): -9035389 or 8593782. OLE color: 8593782.

HSL color Cylindrical-coordinate representation of color #762183: hue angle of 292.04º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762183 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11833131-
CMYK0.100.7500.49
HSL292.04º59.76%32.16%-
HSV(B)292.04º74.81%51.37%-
XYZ12.116.5822.1-
YUV69.59162.66162.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=41.84%
G=11.70%
B=46.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118331310.100.7500.49292.0459.7632.16
Hex762183A4B0311243c20
Octal16641203121130614447440
Binary111011010000110000011101010010110110001100100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762183; }

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

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

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

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

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

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

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

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