Html Css Color HEX #76017E Purple

📋 copy color: '#76017E'

red 118 ◦ green 1 ◦ blue 126

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

Shades of Purple #76017E

Tints of Purple #76017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.43%

R = 48.16%
G = 0.41%
B = 51.43%

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

#76017E (or 0x76017E) is known color: Purple. HEX triplet: 76, 01 and 7E. RGB value is (118,1,126). Sum of RGB (Red+Green+Blue) = 118+1+126=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #76017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76017E is #89FE81. Grayscale: #313131. Windows color (decimal): -9043586 or 8257910. OLE color: 8257910.

HSL color Cylindrical-coordinate representation of color #76017E: hue angle of 296.16º 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 #76017E is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 1 126 -
CMYK 0.06 0.99 0 0.51
HSL 296.16º 0.98% 0.25% -
HSV(B) 296.16º 0.99% 0.49% -
XYZ 11.25 5.38 20.18 -
YUV 50.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 118 1 126 0.06 0.99 0 0.51 296.16 0.98 0.25
Hex 76 1 7E 6 63 0 33 128 62 19
Octal 166 1 176 6 143 0 63 450 142 31
Binary 1110110 1 1111110 110 1100011 0 110011 100101000 1100010 11001

Color Harmonies of #76017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76017E

Black with #76017E

Text Example


Text Example

White with #76017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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