Html Css Color HEX #761175 Purple

📋 copy color: '#761175'

red 118 ◦ green 17 ◦ blue 117

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

Shades of Purple #761175

Tints of Purple #761175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 46.83%
G = 6.75%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#761175 (or 0x761175) is known color: Purple. HEX triplet: 76, 11 and 75. RGB value is (118,17,117). Sum of RGB (Red+Green+Blue) = 118+17+117=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761175 is #89EE8A. Grayscale: #3A3A3A. Windows color (decimal): -9039499 or 7672182. OLE color: 7672182.

HSL color Cylindrical-coordinate representation of color #761175: hue angle of 300.59º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761175 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 117 -
CMYK 0 0.86 0.01 0.54
HSL 300.59º 0.75% 0.26% -
HSV(B) 300.59º 0.86% 0.46% -
XYZ 10.88 5.54 17.32 -
YUV 58.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 118 17 117 0 0.86 0.01 0.54 300.59 0.75 0.26
Hex 76 11 75 0 56 1 36 12D 4B 1A
Octal 166 21 165 0 126 1 66 455 113 32
Binary 1110110 10001 1110101 0 1010110 1 110110 100101101 1001011 11010

Color Harmonies of #761175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761175

Black with #761175

Text Example


Text Example

White with #761175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761175; }

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

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

background-color css

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

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

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

border-color css

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

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

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