Html Css Color HEX #763390 Vivid Violet

📋 copy color: '#763390'

red 118 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #763390

Tints of Vivid Violet #763390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 37.7%
G = 16.29%
B = 46.01%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#763390 (or 0x763390) is known color: Vivid Violet. HEX triplet: 76, 33 and 90. RGB value is (118,51,144). Sum of RGB (Red+Green+Blue) = 118+51+144=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #763390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763390 is #89CC6F. Grayscale: #515151. Windows color (decimal): -9030768 or 9450358. OLE color: 9450358.

HSL color Cylindrical-coordinate representation of color #763390: hue angle of 283.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763390 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 51 144 -
CMYK 0.18 0.65 0 0.44
HSL 283.23º 0.48% 0.38% -
HSV(B) 283.23º 0.65% 0.56% -
XYZ 13.69 8.23 27.25 -
YUV 81.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 118 51 144 0.18 0.65 0 0.44 283.23 0.48 0.38
Hex 76 33 90 12 41 0 2C 11B 30 26
Octal 166 63 220 22 101 0 54 433 60 46
Binary 1110110 110011 10010000 10010 1000001 0 101100 100011011 110000 100110

Color Harmonies of #763390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763390

Black with #763390

Text Example


Text Example

White with #763390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763390; }

 p { color: rgb(118,51,144); }

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

background-color css

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

 a { background-color: rgb(118,51,144); }

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

border-color css

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

 span { border-color: rgb(118,51,144); }

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