Html Css Color HEX #761185 Purple

📋 copy color: '#761185'

red 118 ◦ green 17 ◦ blue 133

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

Shades of Purple #761185

Tints of Purple #761185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 44.03%
G = 6.34%
B = 49.63%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#761185 (or 0x761185) is known color: Purple. HEX triplet: 76, 11 and 85. RGB value is (118,17,133). Sum of RGB (Red+Green+Blue) = 118+17+133=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #761185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761185 is #89EE7A. Grayscale: #3C3C3C. Windows color (decimal): -9039483 or 8720758. OLE color: 8720758.

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

Color convert

RGB 118 17 133 -
CMYK 0.11 0.87 0 0.48
HSL 292.24º 0.77% 0.29% -
HSV(B) 292.24º 0.87% 0.52% -
XYZ 11.91 5.95 22.71 -
YUV 60.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 118 17 133 0.11 0.87 0 0.48 292.24 0.77 0.29
Hex 76 11 85 B 57 0 30 124 4D 1D
Octal 166 21 205 13 127 0 60 444 115 35
Binary 1110110 10001 10000101 1011 1010111 0 110000 100100100 1001101 11101

Color Harmonies of #761185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761185

Black with #761185

Text Example


Text Example

White with #761185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761185; }

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

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

background-color css

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

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

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

border-color css

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

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

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