Html Css Color HEX #76017F Purple

📋 copy color: '#76017F'

red 118 ◦ green 1 ◦ blue 127

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

Shades of Purple #76017F

Tints of Purple #76017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 47.97%
G = 0.41%
B = 51.63%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76017F (or 0x76017F) is known color: Purple. HEX triplet: 76, 01 and 7F. RGB value is (118,1,127). Sum of RGB (Red+Green+Blue) = 118+1+127=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #76017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76017F is #89FE80. Grayscale: #313131. Windows color (decimal): -9043585 or 8323446. OLE color: 8323446.

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

Color convert

RGB 118 1 127 -
CMYK 0.07 0.99 0 0.50
HSL 295.71º 0.98% 0.25% -
HSV(B) 295.71º 0.99% 0.5% -
XYZ 11.31 5.41 20.53 -
YUV 50.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 118 1 127 0.07 0.99 0 0.50 295.71 0.98 0.25
Hex 76 1 7F 7 63 0 32 128 62 19
Octal 166 1 177 7 143 0 62 450 142 31
Binary 1110110 1 1111111 111 1100011 0 110010 100101000 1100010 11001

Color Harmonies of #76017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76017F

Black with #76017F

Text Example


Text Example

White with #76017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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