Html Css Color HEX #763299 Vivid Violet

📋 copy color: '#763299'

red 118 ◦ green 50 ◦ blue 153

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

Shades of Vivid Violet #763299

Tints of Vivid Violet #763299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

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

R = 36.76%
G = 15.58%
B = 47.66%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#763299 (or 0x763299) is known color: Vivid Violet. HEX triplet: 76, 32 and 99. RGB value is (118,50,153). Sum of RGB (Red+Green+Blue) = 118+50+153=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #763299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763299 is #89CD66. Grayscale: #515151. Windows color (decimal): -9031015 or 10039926. OLE color: 10039926.

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

Color convert

RGB 118 50 153 -
CMYK 0.23 0.67 0 0.4
HSL 279.61º 0.51% 0.4% -
HSV(B) 279.61º 0.67% 0.6% -
XYZ 14.36 8.43 31.01 -
YUV 82.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 118 50 153 0.23 0.67 0 0.4 279.61 0.51 0.4
Hex 76 32 99 17 43 0 28 118 33 28
Octal 166 62 231 27 103 0 50 430 63 50
Binary 1110110 110010 10011001 10111 1000011 0 101000 100011000 110011 101000

Color Harmonies of #763299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763299

Black with #763299

Text Example


Text Example

White with #763299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763299; }

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

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

background-color css

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

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

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

border-color css

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

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

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