Html Css Color HEX #763291 Vivid Violet

📋 copy color: '#763291'

red 118 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #763291

Tints of Vivid Violet #763291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 37.7%
G = 15.97%
B = 46.33%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763291 (or 0x763291) is known color: Vivid Violet. HEX triplet: 76, 32 and 91. RGB value is (118,50,145). Sum of RGB (Red+Green+Blue) = 118+50+145=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #763291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763291 is #89CD6E. Grayscale: #505050. Windows color (decimal): -9031023 or 9515638. OLE color: 9515638.

HSL color Cylindrical-coordinate representation of color #763291: hue angle of 282.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763291 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 50 145 -
CMYK 0.19 0.66 0 0.43
HSL 282.95º 0.49% 0.38% -
HSV(B) 282.95º 0.66% 0.57% -
XYZ 13.72 8.18 27.64 -
YUV 81.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 118 50 145 0.19 0.66 0 0.43 282.95 0.49 0.38
Hex 76 32 91 13 42 0 2B 11B 31 26
Octal 166 62 221 23 102 0 53 433 61 46
Binary 1110110 110010 10010001 10011 1000010 0 101011 100011011 110001 100110

Color Harmonies of #763291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763291

Black with #763291

Text Example


Text Example

White with #763291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763291; }

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

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

background-color css

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

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

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

border-color css

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

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

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