Html Css Color HEX #763C89 Vivid Violet

📋 copy color: '#763C89'

red 118 ◦ green 60 ◦ blue 137

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

Shades of Vivid Violet #763C89

Tints of Vivid Violet #763C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 37.46%
G = 19.05%
B = 43.49%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#763C89 (or 0x763C89) is known color: Vivid Violet. HEX triplet: 76, 3C and 89. RGB value is (118,60,137). Sum of RGB (Red+Green+Blue) = 118+60+137=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #763C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763C89 is #89C376. Grayscale: #555555. Windows color (decimal): -9028471 or 8993910. OLE color: 8993910.

HSL color Cylindrical-coordinate representation of color #763C89: hue angle of 285.19º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763C89 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 60 137 -
CMYK 0.14 0.56 0 0.46
HSL 285.19º 0.39% 0.39% -
HSV(B) 285.19º 0.56% 0.54% -
XYZ 13.6 8.89 24.67 -
YUV 86.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 118 60 137 0.14 0.56 0 0.46 285.19 0.39 0.39
Hex 76 3C 89 E 38 0 2E 11D 27 27
Octal 166 74 211 16 70 0 56 435 47 47
Binary 1110110 111100 10001001 1110 111000 0 101110 100011101 100111 100111

Color Harmonies of #763C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C89

Black with #763C89

Text Example


Text Example

White with #763C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C89; }

 p { color: rgb(118,60,137); }

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

background-color css

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

 a { background-color: rgb(118,60,137); }

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

border-color css

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

 span { border-color: rgb(118,60,137); }

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