Html Css Color HEX #763895 Vivid Violet

📋 copy color: '#763895'

red 118 ◦ green 56 ◦ blue 149

#763895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #763895

Tints of Vivid Violet #763895

RGB

 RED value IS 118 (46.48% from 255) = 36.53%

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 36.53%
G = 17.34%
B = 46.13%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763895 (or 0x763895) is known color: Vivid Violet. HEX triplet: 76, 38 and 95. RGB value is (118,56,149). Sum of RGB (Red+Green+Blue) = 118+56+149=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #763895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763895 is #89C76A. Grayscale: #545454. Windows color (decimal): -9029483 or 9779318. OLE color: 9779318.

HSL color Cylindrical-coordinate representation of color #763895: hue angle of 280º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763895 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 56 149 -
CMYK 0.21 0.62 0 0.42
HSL 280º 0.45% 0.4% -
HSV(B) 280º 0.62% 0.58% -
XYZ 14.31 8.85 29.39 -
YUV 85.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 118 56 149 0.21 0.62 0 0.42 280 0.45 0.4
Hex 76 38 95 15 3E 0 2A 118 2D 28
Octal 166 70 225 25 76 0 52 430 55 50
Binary 1110110 111000 10010101 10101 111110 0 101010 100011000 101101 101000

Color Harmonies of #763895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763895

Black with #763895

Text Example


Text Example

White with #763895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763895; }

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

 H1.HeaderClassName
 {
   color: #763895;
 }
 .AnyTagClassName
 {
   color: #763895;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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