Html Css Color HEX #76007C Purple

📋 copy color: '#76007C'

red 118 ◦ green 0 ◦ blue 124

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

Shades of Purple #76007C

Tints of Purple #76007C

RGB

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

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

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

R = 48.76%
G = 0%
B = 51.24%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76007C (or 0x76007C) is known color: Purple. HEX triplet: 76, 00 and 7C. RGB value is (118,0,124). Sum of RGB (Red+Green+Blue) = 118+0+124=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #76007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76007C is #89FF83. Grayscale: #313131. Windows color (decimal): -9043844 or 8126582. OLE color: 8126582.

HSL color Cylindrical-coordinate representation of color #76007C: hue angle of 297.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76007C is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 0 124 -
CMYK 0.05 1 0 0.51
HSL 297.1º 1% 0.24% -
HSV(B) 297.1º 1% 0.49% -
XYZ 11.11 5.31 19.51 -
YUV 49.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 118 0 124 0.05 1 0 0.51 297.1 1 0.24
Hex 76 0 7C 5 64 0 33 129 64 18
Octal 166 0 174 5 144 0 63 451 144 30
Binary 1110110 0 1111100 101 1100100 0 110011 100101001 1100100 11000

Color Harmonies of #76007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76007C

Black with #76007C

Text Example


Text Example

White with #76007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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