Html Css Color HEX #76117F Purple

📋 copy color: '#76117F'

red 118 ◦ green 17 ◦ blue 127

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

Shades of Purple #76117F

Tints of Purple #76117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.47%

R = 45.04%
G = 6.49%
B = 48.47%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76117F (or 0x76117F) is known color: Purple. HEX triplet: 76, 11 and 7F. RGB value is (118,17,127). Sum of RGB (Red+Green+Blue) = 118+17+127=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #76117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76117F is #89EE80. Grayscale: #3B3B3B. Windows color (decimal): -9039489 or 8327542. OLE color: 8327542.

HSL color Cylindrical-coordinate representation of color #76117F: hue angle of 295.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76117F is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 17 127 -
CMYK 0.07 0.87 0 0.50
HSL 295.09º 0.76% 0.28% -
HSV(B) 295.09º 0.87% 0.5% -
XYZ 11.5 5.78 20.59 -
YUV 59.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 118 17 127 0.07 0.87 0 0.50 295.09 0.76 0.28
Hex 76 11 7F 7 57 0 32 127 4C 1C
Octal 166 21 177 7 127 0 62 447 114 34
Binary 1110110 10001 1111111 111 1010111 0 110010 100100111 1001100 11100

Color Harmonies of #76117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76117F

Black with #76117F

Text Example


Text Example

White with #76117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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