Html Css Color HEX #761090 Purple

📋 copy color: '#761090'

red 118 ◦ green 16 ◦ blue 144

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

Shades of Purple #761090

Tints of Purple #761090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

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

R = 42.45%
G = 5.76%
B = 51.8%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#761090 (or 0x761090) is known color: Purple. HEX triplet: 76, 10 and 90. RGB value is (118,16,144). Sum of RGB (Red+Green+Blue) = 118+16+144=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #761090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761090 is #89EF6F. Grayscale: #3C3C3C. Windows color (decimal): -9039728 or 9441398. OLE color: 9441398.

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

Color convert

RGB 118 16 144 -
CMYK 0.18 0.89 0 0.44
HSL 287.81º 0.8% 0.31% -
HSV(B) 287.81º 0.89% 0.56% -
XYZ 12.69 6.24 26.92 -
YUV 61.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 118 16 144 0.18 0.89 0 0.44 287.81 0.8 0.31
Hex 76 10 90 12 59 0 2C 120 50 1F
Octal 166 20 220 22 131 0 54 440 120 37
Binary 1110110 10000 10010000 10010 1011001 0 101100 100100000 1010000 11111

Color Harmonies of #761090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761090

Black with #761090

Text Example


Text Example

White with #761090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761090; }

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

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

background-color css

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

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

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

border-color css

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

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

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