Html Css Color HEX #760890 Purple

📋 copy color: '#760890'

red 118 ◦ green 8 ◦ blue 144

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

Shades of Purple #760890

Tints of Purple #760890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 43.7%
G = 2.96%
B = 53.33%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#760890 (or 0x760890) is known color: Purple. HEX triplet: 76, 08 and 90. RGB value is (118,8,144). Sum of RGB (Red+Green+Blue) = 118+8+144=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #760890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760890 is #89F76F. Grayscale: #373737. Windows color (decimal): -9041776 or 9439350. OLE color: 9439350.

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

Color convert

RGB 118 8 144 -
CMYK 0.18 0.94 0 0.44
HSL 288.53º 0.89% 0.3% -
HSV(B) 288.53º 0.94% 0.56% -
XYZ 12.59 6.04 26.89 -
YUV 56.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 118 8 144 0.18 0.94 0 0.44 288.53 0.89 0.3
Hex 76 8 90 12 5E 0 2C 121 59 1E
Octal 166 10 220 22 136 0 54 441 131 36
Binary 1110110 1000 10010000 10010 1011110 0 101100 100100001 1011001 11110

Color Harmonies of #760890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760890

Black with #760890

Text Example


Text Example

White with #760890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760890; }

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

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

background-color css

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

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

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

border-color css

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

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

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