Html Css Color HEX #76107C Purple

📋 copy color: '#76107C'

red 118 ◦ green 16 ◦ blue 124

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

Shades of Purple #76107C

Tints of Purple #76107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 45.74%
G = 6.2%
B = 48.06%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76107C (or 0x76107C) is known color: Purple. HEX triplet: 76, 10 and 7C. RGB value is (118,16,124). Sum of RGB (Red+Green+Blue) = 118+16+124=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #76107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76107C is #89EF83. Grayscale: #3A3A3A. Windows color (decimal): -9039748 or 8130678. OLE color: 8130678.

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

Color convert

RGB 118 16 124 -
CMYK 0.05 0.87 0 0.51
HSL 296.67º 0.77% 0.27% -
HSV(B) 296.67º 0.87% 0.49% -
XYZ 11.29 5.68 19.57 -
YUV 58.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 118 16 124 0.05 0.87 0 0.51 296.67 0.77 0.27
Hex 76 10 7C 5 57 0 33 129 4D 1B
Octal 166 20 174 5 127 0 63 451 115 33
Binary 1110110 10000 1111100 101 1010111 0 110011 100101001 1001101 11011

Color Harmonies of #76107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76107C

Black with #76107C

Text Example


Text Example

White with #76107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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