Html Css Color HEX #762890 Vivid Violet

📋 copy color: '#762890'

red 118 ◦ green 40 ◦ blue 144

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

Shades of Vivid Violet #762890

Tints of Vivid Violet #762890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

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

R = 39.07%
G = 13.25%
B = 47.68%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#762890 (or 0x762890) is known color: Vivid Violet. HEX triplet: 76, 28 and 90. RGB value is (118,40,144). Sum of RGB (Red+Green+Blue) = 118+40+144=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #762890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762890 is #89D76F. Grayscale: #4A4A4A. Windows color (decimal): -9033584 or 9447542. OLE color: 9447542.

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

Color convert

RGB 118 40 144 -
CMYK 0.18 0.72 0 0.44
HSL 285º 0.57% 0.36% -
HSV(B) 285º 0.72% 0.56% -
XYZ 13.26 7.38 27.11 -
YUV 75.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 118 40 144 0.18 0.72 0 0.44 285 0.57 0.36
Hex 76 28 90 12 48 0 2C 11D 39 24
Octal 166 50 220 22 110 0 54 435 71 44
Binary 1110110 101000 10010000 10010 1001000 0 101100 100011101 111001 100100

Color Harmonies of #762890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762890

Black with #762890

Text Example


Text Example

White with #762890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762890; }

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

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

background-color css

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

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

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

border-color css

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

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

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