Html Css Color HEX #76016A Purple

📋 copy color: '#76016A'

red 118 ◦ green 1 ◦ blue 106

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

Shades of Purple #76016A

Tints of Purple #76016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.11%

R = 52.44%
G = 0.44%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76016A (or 0x76016A) is known color: Purple. HEX triplet: 76, 01 and 6A. RGB value is (118,1,106). Sum of RGB (Red+Green+Blue) = 118+1+106=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #76016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76016A is #89FE95. Grayscale: #2F2F2F. Windows color (decimal): -9043606 or 6947190. OLE color: 6947190.

HSL color Cylindrical-coordinate representation of color #76016A: hue angle of 306.15º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76016A is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 106 -
CMYK 0 0.99 0.10 0.54
HSL 306.15º 0.98% 0.23% -
HSV(B) 306.15º 0.99% 0.46% -
XYZ 10.08 4.91 14.05 -
YUV 47.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 118 1 106 0 0.99 0.10 0.54 306.15 0.98 0.23
Hex 76 1 6A 0 63 A 36 132 62 17
Octal 166 1 152 0 143 12 66 462 142 27
Binary 1110110 1 1101010 0 1100011 1010 110110 100110010 1100010 10111

Color Harmonies of #76016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76016A

Black with #76016A

Text Example


Text Example

White with #76016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76016A; }

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

 H1.HeaderClassName
 {
   color: #76016A;
 }
 .AnyTagClassName
 {
   color: #76016A;
 }
</style>

background-color css

<style>
 a { background-color: #76016A; }

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

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

border-color css

<style>
 span { border-color: #76016A; }

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

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