Html Css Color HEX #763591 Vivid Violet

📋 copy color: '#763591'

red 118 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #763591

Tints of Vivid Violet #763591

RGB

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

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

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

R = 37.34%
G = 16.77%
B = 45.89%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763591 (or 0x763591) is known color: Vivid Violet. HEX triplet: 76, 35 and 91. RGB value is (118,53,145). Sum of RGB (Red+Green+Blue) = 118+53+145=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #763591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763591 is #89CA6E. Grayscale: #525252. Windows color (decimal): -9030255 or 9516406. OLE color: 9516406.

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

Color convert

RGB 118 53 145 -
CMYK 0.19 0.63 0 0.43
HSL 282.39º 0.46% 0.39% -
HSV(B) 282.39º 0.63% 0.57% -
XYZ 13.86 8.44 27.69 -
YUV 82.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 118 53 145 0.19 0.63 0 0.43 282.39 0.46 0.39
Hex 76 35 91 13 3F 0 2B 11A 2E 27
Octal 166 65 221 23 77 0 53 432 56 47
Binary 1110110 110101 10010001 10011 111111 0 101011 100011010 101110 100111

Color Harmonies of #763591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763591

Black with #763591

Text Example


Text Example

White with #763591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763591; }

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

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

background-color css

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

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

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

border-color css

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

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

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