Html Css Color HEX #76016E Purple

📋 copy color: '#76016E'

red 118 ◦ green 1 ◦ blue 110

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

Shades of Purple #76016E

Tints of Purple #76016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 51.53%
G = 0.44%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76016E (or 0x76016E) is known color: Purple. HEX triplet: 76, 01 and 6E. RGB value is (118,1,110). Sum of RGB (Red+Green+Blue) = 118+1+110=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76016E is #89FE91. Grayscale: #303030. Windows color (decimal): -9043602 or 7209334. OLE color: 7209334.

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

Color convert

RGB 118 1 110 -
CMYK 0 0.99 0.07 0.54
HSL 304.1º 0.98% 0.23% -
HSV(B) 304.1º 0.99% 0.46% -
XYZ 10.3 5 15.17 -
YUV 48.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 118 1 110 0 0.99 0.07 0.54 304.1 0.98 0.23
Hex 76 1 6E 0 63 7 36 130 62 17
Octal 166 1 156 0 143 7 66 460 142 27
Binary 1110110 1 1101110 0 1100011 111 110110 100110000 1100010 10111

Color Harmonies of #76016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76016E

Black with #76016E

Text Example


Text Example

White with #76016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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