Html Css Color HEX #763499 Vivid Violet

📋 copy color: '#763499'

red 118 ◦ green 52 ◦ blue 153

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

Shades of Vivid Violet #763499

Tints of Vivid Violet #763499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 36.53%
G = 16.1%
B = 47.37%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#763499 (or 0x763499) is known color: Vivid Violet. HEX triplet: 76, 34 and 99. RGB value is (118,52,153). Sum of RGB (Red+Green+Blue) = 118+52+153=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #763499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763499 is #89CB66. Grayscale: #525252. Windows color (decimal): -9030503 or 10040438. OLE color: 10040438.

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

Color convert

RGB 118 52 153 -
CMYK 0.23 0.66 0 0.4
HSL 279.21º 0.49% 0.4% -
HSV(B) 279.21º 0.66% 0.6% -
XYZ 14.45 8.61 31.04 -
YUV 83.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 118 52 153 0.23 0.66 0 0.4 279.21 0.49 0.4
Hex 76 34 99 17 42 0 28 117 31 28
Octal 166 64 231 27 102 0 50 427 61 50
Binary 1110110 110100 10011001 10111 1000010 0 101000 100010111 110001 101000

Color Harmonies of #763499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763499

Black with #763499

Text Example


Text Example

White with #763499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763499; }

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

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

background-color css

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

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

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

border-color css

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

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

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