Html Css Color HEX #76157E Purple

📋 copy color: '#76157E'

red 118 ◦ green 21 ◦ blue 126

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

Shades of Purple #76157E

Tints of Purple #76157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 44.53%
G = 7.92%
B = 47.55%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76157E (or 0x76157E) is known color: Purple. HEX triplet: 76, 15 and 7E. RGB value is (118,21,126). Sum of RGB (Red+Green+Blue) = 118+21+126=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #76157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76157E is #89EA81. Grayscale: #3D3D3D. Windows color (decimal): -9038466 or 8263030. OLE color: 8263030.

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

Color convert

RGB 118 21 126 -
CMYK 0.06 0.83 0 0.51
HSL 295.43º 0.71% 0.29% -
HSV(B) 295.43º 0.83% 0.49% -
XYZ 11.51 5.89 20.27 -
YUV 61.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 118 21 126 0.06 0.83 0 0.51 295.43 0.71 0.29
Hex 76 15 7E 6 53 0 33 127 47 1D
Octal 166 25 176 6 123 0 63 447 107 35
Binary 1110110 10101 1111110 110 1010011 0 110011 100100111 1000111 11101

Color Harmonies of #76157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76157E

Black with #76157E

Text Example


Text Example

White with #76157E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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