Html Css Color HEX #760990 Purple

📋 copy color: '#760990'

red 118 ◦ green 9 ◦ blue 144

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

Shades of Purple #760990

Tints of Purple #760990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

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

R = 43.54%
G = 3.32%
B = 53.14%

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

#760990 (or 0x760990) is known color: Purple. HEX triplet: 76, 09 and 90. RGB value is (118,9,144). Sum of RGB (Red+Green+Blue) = 118+9+144=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #760990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760990 is #89F66F. Grayscale: #383838. Windows color (decimal): -9041520 or 9439606. OLE color: 9439606.

HSL color Cylindrical-coordinate representation of color #760990: hue angle of 288.44º degrees, saturation: 0.88, 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 #760990 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 9 144 -
CMYK 0.18 0.94 0 0.44
HSL 288.44º 0.88% 0.3% -
HSV(B) 288.44º 0.94% 0.56% -
XYZ 12.6 6.06 26.89 -
YUV 56.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 118 9 144 0.18 0.94 0 0.44 288.44 0.88 0.3
Hex 76 9 90 12 5E 0 2C 120 58 1E
Octal 166 11 220 22 136 0 54 440 130 36
Binary 1110110 1001 10010000 10010 1011110 0 101100 100100000 1011000 11110

Color Harmonies of #760990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760990

Black with #760990

Text Example


Text Example

White with #760990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760990; }

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

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

background-color css

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

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

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

border-color css

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

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

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