Html Css Color HEX #76057C Purple

📋 copy color: '#76057C'

red 118 ◦ green 5 ◦ blue 124

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

Shades of Purple #76057C

Tints of Purple #76057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 47.77%
G = 2.02%
B = 50.2%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76057C (or 0x76057C) is known color: Purple. HEX triplet: 76, 05 and 7C. RGB value is (118,5,124). Sum of RGB (Red+Green+Blue) = 118+5+124=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #76057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76057C is #89FA83. Grayscale: #333333. Windows color (decimal): -9042564 or 8127862. OLE color: 8127862.

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

Color convert

RGB 118 5 124 -
CMYK 0.05 0.96 0 0.51
HSL 296.97º 0.92% 0.25% -
HSV(B) 296.97º 0.96% 0.49% -
XYZ 11.16 5.42 19.53 -
YUV 52.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 118 5 124 0.05 0.96 0 0.51 296.97 0.92 0.25
Hex 76 5 7C 5 60 0 33 129 5C 19
Octal 166 5 174 5 140 0 63 451 134 31
Binary 1110110 101 1111100 101 1100000 0 110011 100101001 1011100 11001

Color Harmonies of #76057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76057C

Black with #76057C

Text Example


Text Example

White with #76057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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