Html Css Color HEX #763599 Vivid Violet

📋 copy color: '#763599'

red 118 ◦ green 53 ◦ blue 153

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

Shades of Vivid Violet #763599

Tints of Vivid Violet #763599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 36.42%
G = 16.36%
B = 47.22%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#763599 (or 0x763599) is known color: Vivid Violet. HEX triplet: 76, 35 and 99. RGB value is (118,53,153). Sum of RGB (Red+Green+Blue) = 118+53+153=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #763599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763599 is #89CA66. Grayscale: #535353. Windows color (decimal): -9030247 or 10040694. OLE color: 10040694.

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

Color convert

RGB 118 53 153 -
CMYK 0.23 0.65 0 0.4
HSL 279º 0.49% 0.4% -
HSV(B) 279º 0.65% 0.6% -
XYZ 14.49 8.7 31.05 -
YUV 83.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 118 53 153 0.23 0.65 0 0.4 279 0.49 0.4
Hex 76 35 99 17 41 0 28 117 31 28
Octal 166 65 231 27 101 0 50 427 61 50
Binary 1110110 110101 10011001 10111 1000001 0 101000 100010111 110001 101000

Color Harmonies of #763599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763599

Black with #763599

Text Example


Text Example

White with #763599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763599; }

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

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

background-color css

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

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

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

border-color css

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

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

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