Html Css Color HEX #761290 Purple

📋 copy color: '#761290'

red 118 ◦ green 18 ◦ blue 144

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

Shades of Purple #761290

Tints of Purple #761290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 42.14%
G = 6.43%
B = 51.43%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#761290 (or 0x761290) is known color: Purple. HEX triplet: 76, 12 and 90. RGB value is (118,18,144). Sum of RGB (Red+Green+Blue) = 118+18+144=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #761290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761290 is #89ED6F. Grayscale: #3D3D3D. Windows color (decimal): -9039216 or 9441910. OLE color: 9441910.

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

Color convert

RGB 118 18 144 -
CMYK 0.18 0.88 0 0.44
HSL 287.62º 0.78% 0.32% -
HSV(B) 287.62º 0.88% 0.56% -
XYZ 12.72 6.3 26.93 -
YUV 62.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 118 18 144 0.18 0.88 0 0.44 287.62 0.78 0.32
Hex 76 12 90 12 58 0 2C 120 4E 20
Octal 166 22 220 22 130 0 54 440 116 40
Binary 1110110 10010 10010000 10010 1011000 0 101100 100100000 1001110 100000

Color Harmonies of #761290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761290

Black with #761290

Text Example


Text Example

White with #761290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761290; }

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

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

background-color css

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

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

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

border-color css

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

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

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