Html Css Color HEX #76076F Purple

📋 copy color: '#76076F'

red 118 ◦ green 7 ◦ blue 111

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

Shades of Purple #76076F

Tints of Purple #76076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.97%

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 50%
G = 2.97%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76076F (or 0x76076F) is known color: Purple. HEX triplet: 76, 07 and 6F. RGB value is (118,7,111). Sum of RGB (Red+Green+Blue) = 118+7+111=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76076F is #89F890. Grayscale: #333333. Windows color (decimal): -9042065 or 7276406. OLE color: 7276406.

HSL color Cylindrical-coordinate representation of color #76076F: hue angle of 303.78º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76076F is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 111 -
CMYK 0 0.94 0.06 0.54
HSL 303.78º 0.89% 0.25% -
HSV(B) 303.78º 0.94% 0.46% -
XYZ 10.42 5.15 15.48 -
YUV 52.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 118 7 111 0 0.94 0.06 0.54 303.78 0.89 0.25
Hex 76 7 6F 0 5E 6 36 130 59 19
Octal 166 7 157 0 136 6 66 460 131 31
Binary 1110110 111 1101111 0 1011110 110 110110 100110000 1011001 11001

Color Harmonies of #76076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76076F

Black with #76076F

Text Example


Text Example

White with #76076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76076F; }

 p { color: rgb(118,7,111); }

 H1.HeaderClassName
 {
   color: #76076F;
 }
 .AnyTagClassName
 {
   color: #76076F;
 }
</style>

background-color css

<style>
 a { background-color: #76076F; }

 a { background-color: rgb(118,7,111); }

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

border-color css

<style>
 span { border-color: #76076F; }

 span { border-color: rgb(118,7,111); }

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