Html Css Color HEX #761781 Purple

📋 copy color: '#761781'

red 118 ◦ green 23 ◦ blue 129

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

Shades of Purple #761781

Tints of Purple #761781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 43.7%
G = 8.52%
B = 47.78%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761781 (or 0x761781) is known color: Purple. HEX triplet: 76, 17 and 81. RGB value is (118,23,129). Sum of RGB (Red+Green+Blue) = 118+23+129=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #761781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761781 is #89E87E. Grayscale: #3F3F3F. Windows color (decimal): -9037951 or 8460150. OLE color: 8460150.

HSL color Cylindrical-coordinate representation of color #761781: hue angle of 293.77º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761781 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 23 129 -
CMYK 0.09 0.82 0 0.49
HSL 293.77º 0.7% 0.3% -
HSV(B) 293.77º 0.82% 0.51% -
XYZ 11.74 6.05 21.32 -
YUV 63.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 118 23 129 0.09 0.82 0 0.49 293.77 0.7 0.3
Hex 76 17 81 9 52 0 31 126 46 1E
Octal 166 27 201 11 122 0 61 446 106 36
Binary 1110110 10111 10000001 1001 1010010 0 110001 100100110 1000110 11110

Color Harmonies of #761781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761781

Black with #761781

Text Example


Text Example

White with #761781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761781; }

 p { color: rgb(118,23,129); }

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

background-color css

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

 a { background-color: rgb(118,23,129); }

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

border-color css

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

 span { border-color: rgb(118,23,129); }

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