Html Css Color HEX #76006D Purple

📋 copy color: '#76006D'

red 118 ◦ green 0 ◦ blue 109

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

Shades of Purple #76006D

Tints of Purple #76006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 51.98%
G = 0%
B = 48.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76006D (or 0x76006D) is known color: Purple. HEX triplet: 76, 00 and 6D. RGB value is (118,0,109). Sum of RGB (Red+Green+Blue) = 118+0+109=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76006D is #89FF92. Grayscale: #2F2F2F. Windows color (decimal): -9043859 or 7143542. OLE color: 7143542.

HSL color Cylindrical-coordinate representation of color #76006D: hue angle of 304.58º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76006D is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 109 -
CMYK 0 1 0.08 0.54
HSL 304.58º 1% 0.23% -
HSV(B) 304.58º 1% 0.46% -
XYZ 10.23 4.96 14.89 -
YUV 47.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 118 0 109 0 1 0.08 0.54 304.58 1 0.23
Hex 76 0 6D 0 64 8 36 131 64 17
Octal 166 0 155 0 144 10 66 461 144 27
Binary 1110110 0 1101101 0 1100100 1000 110110 100110001 1100100 10111

Color Harmonies of #76006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76006D

Black with #76006D

Text Example


Text Example

White with #76006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,0,109); }

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

background-color css

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

 a { background-color: rgb(118,0,109); }

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

border-color css

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

 span { border-color: rgb(118,0,109); }

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