Html Css Color HEX #76017D Purple

📋 copy color: '#76017D'

red 118 ◦ green 1 ◦ blue 125

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

Shades of Purple #76017D

Tints of Purple #76017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.23%

R = 48.36%
G = 0.41%
B = 51.23%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76017D (or 0x76017D) is known color: Purple. HEX triplet: 76, 01 and 7D. RGB value is (118,1,125). Sum of RGB (Red+Green+Blue) = 118+1+125=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #76017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76017D is #89FE82. Grayscale: #313131. Windows color (decimal): -9043587 or 8192374. OLE color: 8192374.

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

Color convert

RGB 118 1 125 -
CMYK 0.06 0.99 0 0.51
HSL 296.61º 0.98% 0.25% -
HSV(B) 296.61º 0.99% 0.49% -
XYZ 11.18 5.35 19.85 -
YUV 50.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 118 1 125 0.06 0.99 0 0.51 296.61 0.98 0.25
Hex 76 1 7D 6 63 0 33 129 62 19
Octal 166 1 175 6 143 0 63 451 142 31
Binary 1110110 1 1111101 110 1100011 0 110011 100101001 1100010 11001

Color Harmonies of #76017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76017D

Black with #76017D

Text Example


Text Example

White with #76017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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