Html Css Color HEX #76017C Purple

📋 copy color: '#76017C'

red 118 ◦ green 1 ◦ blue 124

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

Shades of Purple #76017C

Tints of Purple #76017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 48.56%
G = 0.41%
B = 51.03%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76017C (or 0x76017C) is known color: Purple. HEX triplet: 76, 01 and 7C. RGB value is (118,1,124). Sum of RGB (Red+Green+Blue) = 118+1+124=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #76017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76017C is #89FE83. Grayscale: #313131. Windows color (decimal): -9043588 or 8126838. OLE color: 8126838.

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

Color convert

RGB 118 1 124 -
CMYK 0.05 0.99 0 0.51
HSL 297.07º 0.98% 0.25% -
HSV(B) 297.07º 0.99% 0.49% -
XYZ 11.12 5.33 19.51 -
YUV 50.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 118 1 124 0.05 0.99 0 0.51 297.07 0.98 0.25
Hex 76 1 7C 5 63 0 33 129 62 19
Octal 166 1 174 5 143 0 63 451 142 31
Binary 1110110 1 1111100 101 1100011 0 110011 100101001 1100010 11001

Color Harmonies of #76017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76017C

Black with #76017C

Text Example


Text Example

White with #76017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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