Html Css Color HEX #762791 Vivid Violet

📋 copy color: '#762791'

red 118 ◦ green 39 ◦ blue 145

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

Shades of Vivid Violet #762791

Tints of Vivid Violet #762791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

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

R = 39.07%
G = 12.91%
B = 48.01%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#762791 (or 0x762791) is known color: Vivid Violet. HEX triplet: 76, 27 and 91. RGB value is (118,39,145). Sum of RGB (Red+Green+Blue) = 118+39+145=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #762791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762791 is #89D86E. Grayscale: #4A4A4A. Windows color (decimal): -9033839 or 9512822. OLE color: 9512822.

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

Color convert

RGB 118 39 145 -
CMYK 0.19 0.73 0 0.43
HSL 284.72º 0.58% 0.36% -
HSV(B) 284.72º 0.73% 0.57% -
XYZ 13.31 7.35 27.5 -
YUV 74.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 118 39 145 0.19 0.73 0 0.43 284.72 0.58 0.36
Hex 76 27 91 13 49 0 2B 11D 3A 24
Octal 166 47 221 23 111 0 53 435 72 44
Binary 1110110 100111 10010001 10011 1001001 0 101011 100011101 111010 100100

Color Harmonies of #762791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762791

Black with #762791

Text Example


Text Example

White with #762791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762791; }

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

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

background-color css

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

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

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

border-color css

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

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

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