Html Css Color HEX #761890 Vivid Violet

📋 copy color: '#761890'

red 118 ◦ green 24 ◦ blue 144

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

Shades of Vivid Violet #761890

Tints of Vivid Violet #761890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 41.26%
G = 8.39%
B = 50.35%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#761890 (or 0x761890) is known color: Vivid Violet. HEX triplet: 76, 18 and 90. RGB value is (118,24,144). Sum of RGB (Red+Green+Blue) = 118+24+144=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #761890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761890 is #89E76F. Grayscale: #414141. Windows color (decimal): -9037680 or 9443446. OLE color: 9443446.

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

Color convert

RGB 118 24 144 -
CMYK 0.18 0.83 0 0.44
HSL 287º 0.71% 0.33% -
HSV(B) 287º 0.83% 0.56% -
XYZ 12.83 6.52 26.97 -
YUV 65.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 118 24 144 0.18 0.83 0 0.44 287 0.71 0.33
Hex 76 18 90 12 53 0 2C 11F 47 21
Octal 166 30 220 22 123 0 54 437 107 41
Binary 1110110 11000 10010000 10010 1010011 0 101100 100011111 1000111 100001

Color Harmonies of #761890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761890

Black with #761890

Text Example


Text Example

White with #761890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761890; }

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

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

background-color css

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

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

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

border-color css

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

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

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