Html Css Color HEX #76157C Purple

📋 copy color: '#76157C'

red 118 ◦ green 21 ◦ blue 124

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

Shades of Purple #76157C

Tints of Purple #76157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 44.87%
G = 7.98%
B = 47.15%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76157C (or 0x76157C) is known color: Purple. HEX triplet: 76, 15 and 7C. RGB value is (118,21,124). Sum of RGB (Red+Green+Blue) = 118+21+124=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #76157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76157C is #89EA83. Grayscale: #3D3D3D. Windows color (decimal): -9038468 or 8131958. OLE color: 8131958.

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

Color convert

RGB 118 21 124 -
CMYK 0.05 0.83 0 0.51
HSL 296.5º 0.71% 0.28% -
HSV(B) 296.5º 0.83% 0.49% -
XYZ 11.38 5.84 19.6 -
YUV 61.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 118 21 124 0.05 0.83 0 0.51 296.5 0.71 0.28
Hex 76 15 7C 5 53 0 33 129 47 1C
Octal 166 25 174 5 123 0 63 451 107 34
Binary 1110110 10101 1111100 101 1010011 0 110011 100101001 1000111 11100

Color Harmonies of #76157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76157C

Black with #76157C

Text Example


Text Example

White with #76157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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