Html Css Color HEX #761291 Purple

📋 copy color: '#761291'

red 118 ◦ green 18 ◦ blue 145

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

Shades of Purple #761291

Tints of Purple #761291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 41.99%
G = 6.41%
B = 51.6%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#761291 (or 0x761291) is known color: Purple. HEX triplet: 76, 12 and 91. RGB value is (118,18,145). Sum of RGB (Red+Green+Blue) = 118+18+145=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #761291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761291 is #89ED6E. Grayscale: #3D3D3D. Windows color (decimal): -9039215 or 9507446. OLE color: 9507446.

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

Color convert

RGB 118 18 145 -
CMYK 0.19 0.88 0 0.43
HSL 287.24º 0.78% 0.32% -
HSV(B) 287.24º 0.88% 0.57% -
XYZ 12.8 6.33 27.34 -
YUV 62.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 118 18 145 0.19 0.88 0 0.43 287.24 0.78 0.32
Hex 76 12 91 13 58 0 2B 11F 4E 20
Octal 166 22 221 23 130 0 53 437 116 40
Binary 1110110 10010 10010001 10011 1011000 0 101011 100011111 1001110 100000

Color Harmonies of #761291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761291

Black with #761291

Text Example


Text Example

White with #761291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761291; }

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

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

background-color css

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

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

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

border-color css

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

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

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