Html Css Color HEX #76107F Purple

📋 copy color: '#76107F'

red 118 ◦ green 16 ◦ blue 127

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

Shades of Purple #76107F

Tints of Purple #76107F

RGB

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

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

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

R = 45.21%
G = 6.13%
B = 48.66%

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

#76107F (or 0x76107F) is known color: Purple. HEX triplet: 76, 10 and 7F. RGB value is (118,16,127). Sum of RGB (Red+Green+Blue) = 118+16+127=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #76107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76107F is #89EF80. Grayscale: #3A3A3A. Windows color (decimal): -9039745 or 8327286. OLE color: 8327286.

HSL color Cylindrical-coordinate representation of color #76107F: hue angle of 295.14º degrees, saturation: 0.78, 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 #76107F is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 16 127 -
CMYK 0.07 0.87 0 0.50
HSL 295.14º 0.78% 0.28% -
HSV(B) 295.14º 0.87% 0.5% -
XYZ 11.49 5.75 20.58 -
YUV 59.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 118 16 127 0.07 0.87 0 0.50 295.14 0.78 0.28
Hex 76 10 7F 7 57 0 32 127 4E 1C
Octal 166 20 177 7 127 0 62 447 116 34
Binary 1110110 10000 1111111 111 1010111 0 110010 100100111 1001110 11100

Color Harmonies of #76107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76107F

Black with #76107F

Text Example


Text Example

White with #76107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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