Html Css Color HEX #763497 Vivid Violet

📋 copy color: '#763497'

red 118 ◦ green 52 ◦ blue 151

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

Shades of Vivid Violet #763497

Tints of Vivid Violet #763497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 151 (59.38% from 255) = 47.04%

R = 36.76%
G = 16.2%
B = 47.04%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#763497 (or 0x763497) is known color: Vivid Violet. HEX triplet: 76, 34 and 97. RGB value is (118,52,151). Sum of RGB (Red+Green+Blue) = 118+52+151=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #763497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763497 is #89CB68. Grayscale: #525252. Windows color (decimal): -9030505 or 9909366. OLE color: 9909366.

HSL color Cylindrical-coordinate representation of color #763497: hue angle of 280º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763497 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 52 151 -
CMYK 0.22 0.66 0 0.41
HSL 280º 0.49% 0.4% -
HSV(B) 280º 0.66% 0.59% -
XYZ 14.29 8.54 30.17 -
YUV 83.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 118 52 151 0.22 0.66 0 0.41 280 0.49 0.4
Hex 76 34 97 16 42 0 29 118 31 28
Octal 166 64 227 26 102 0 51 430 61 50
Binary 1110110 110100 10010111 10110 1000010 0 101001 100011000 110001 101000

Color Harmonies of #763497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763497

Black with #763497

Text Example


Text Example

White with #763497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763497; }

 p { color: rgb(118,52,151); }

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

background-color css

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

 a { background-color: rgb(118,52,151); }

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

border-color css

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

 span { border-color: rgb(118,52,151); }

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