Html Css Color HEX #76177E Purple

📋 copy color: '#76177E'

red 118 ◦ green 23 ◦ blue 126

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

Shades of Purple #76177E

Tints of Purple #76177E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.19%

R = 44.19%
G = 8.61%
B = 47.19%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76177E (or 0x76177E) is known color: Purple. HEX triplet: 76, 17 and 7E. RGB value is (118,23,126). Sum of RGB (Red+Green+Blue) = 118+23+126=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #76177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76177E is #89E881. Grayscale: #3E3E3E. Windows color (decimal): -9037954 or 8263542. OLE color: 8263542.

HSL color Cylindrical-coordinate representation of color #76177E: hue angle of 295.34º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76177E is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 23 126 -
CMYK 0.06 0.82 0 0.51
HSL 295.34º 0.69% 0.29% -
HSV(B) 295.34º 0.82% 0.49% -
XYZ 11.54 5.97 20.28 -
YUV 63.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 118 23 126 0.06 0.82 0 0.51 295.34 0.69 0.29
Hex 76 17 7E 6 52 0 33 127 45 1D
Octal 166 27 176 6 122 0 63 447 105 35
Binary 1110110 10111 1111110 110 1010010 0 110011 100100111 1000101 11101

Color Harmonies of #76177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76177E

Black with #76177E

Text Example


Text Example

White with #76177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76177E; }

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

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

background-color css

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

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

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

border-color css

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

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

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