Html Css Color HEX #763690 Vivid Violet

📋 copy color: '#763690'

red 118 ◦ green 54 ◦ blue 144

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

Shades of Vivid Violet #763690

Tints of Vivid Violet #763690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 37.34%
G = 17.09%
B = 45.57%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#763690 (or 0x763690) is known color: Vivid Violet. HEX triplet: 76, 36 and 90. RGB value is (118,54,144). Sum of RGB (Red+Green+Blue) = 118+54+144=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #763690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763690 is #89C96F. Grayscale: #535353. Windows color (decimal): -9030000 or 9451126. OLE color: 9451126.

HSL color Cylindrical-coordinate representation of color #763690: hue angle of 282.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763690 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 54 144 -
CMYK 0.18 0.63 0 0.44
HSL 282.67º 0.45% 0.39% -
HSV(B) 282.67º 0.63% 0.56% -
XYZ 13.82 8.5 27.3 -
YUV 83.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 118 54 144 0.18 0.63 0 0.44 282.67 0.45 0.39
Hex 76 36 90 12 3F 0 2C 11B 2D 27
Octal 166 66 220 22 77 0 54 433 55 47
Binary 1110110 110110 10010000 10010 111111 0 101100 100011011 101101 100111

Color Harmonies of #763690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763690

Black with #763690

Text Example


Text Example

White with #763690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763690; }

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

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

background-color css

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

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

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

border-color css

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

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

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