Html Css Color HEX #76127F Purple

📋 copy color: '#76127F'

red 118 ◦ green 18 ◦ blue 127

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

Shades of Purple #76127F

Tints of Purple #76127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 44.87%
G = 6.84%
B = 48.29%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76127F (or 0x76127F) is known color: Purple. HEX triplet: 76, 12 and 7F. RGB value is (118,18,127). Sum of RGB (Red+Green+Blue) = 118+18+127=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #76127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76127F is #89ED80. Grayscale: #3B3B3B. Windows color (decimal): -9039233 or 8327798. OLE color: 8327798.

HSL color Cylindrical-coordinate representation of color #76127F: hue angle of 295.05º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76127F is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 18 127 -
CMYK 0.07 0.86 0 0.50
HSL 295.05º 0.75% 0.28% -
HSV(B) 295.05º 0.86% 0.5% -
XYZ 11.52 5.82 20.59 -
YUV 60.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 118 18 127 0.07 0.86 0 0.50 295.05 0.75 0.28
Hex 76 12 7F 7 56 0 32 127 4B 1C
Octal 166 22 177 7 126 0 62 447 113 34
Binary 1110110 10010 1111111 111 1010110 0 110010 100100111 1001011 11100

Color Harmonies of #76127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76127F

Black with #76127F

Text Example


Text Example

White with #76127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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