#763885

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

Shades of Vivid Violet #763885

Tints of Vivid Violet #763885

Color information

#763885 (or 0x763885) is unknown color: approx Vivid Violet. HEX triplet: 76, 38 and 85. RGB value is (118,56,133). Sum of RGB (Red+Green+Blue) = 118+56+133=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #763885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763885 is #89C77A. Grayscale: #535353. Windows color (decimal): -9029499 or 8730742. OLE color: 8730742.

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

Color convert

RGB11856133-
CMYK0.110.5800.48
HSL288.31º40.74%37.06%-
HSV(B)288.31º57.89%52.16%-
XYZ13.128.3723.12-
YUV83.32156.04152.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=38.44%
G=18.24%
B=43.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118561330.110.5800.48288.3140.7437.06
Hex763885B3A0301202925
Octal1667020513720604405145
Binary11101101110001000010110111110100110000100100000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763885; }

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

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

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

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

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

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

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

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