Html Css Color HEX #761685 Purple

📋 copy color: '#761685'

red 118 ◦ green 22 ◦ blue 133

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

Shades of Purple #761685

Tints of Purple #761685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 43.22%
G = 8.06%
B = 48.72%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#761685 (or 0x761685) is known color: Purple. HEX triplet: 76, 16 and 85. RGB value is (118,22,133). Sum of RGB (Red+Green+Blue) = 118+22+133=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #761685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761685 is #89E97A. Grayscale: #3F3F3F. Windows color (decimal): -9038203 or 8722038. OLE color: 8722038.

HSL color Cylindrical-coordinate representation of color #761685: hue angle of 291.89º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761685 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 22 133 -
CMYK 0.11 0.83 0 0.48
HSL 291.89º 0.72% 0.3% -
HSV(B) 291.89º 0.83% 0.52% -
XYZ 11.99 6.12 22.74 -
YUV 63.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 118 22 133 0.11 0.83 0 0.48 291.89 0.72 0.3
Hex 76 16 85 B 53 0 30 124 48 1E
Octal 166 26 205 13 123 0 60 444 110 36
Binary 1110110 10110 10000101 1011 1010011 0 110000 100100100 1001000 11110

Color Harmonies of #761685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761685

Black with #761685

Text Example


Text Example

White with #761685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761685; }

 p { color: rgb(118,22,133); }

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

background-color css

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

 a { background-color: rgb(118,22,133); }

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

border-color css

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

 span { border-color: rgb(118,22,133); }

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