Html Css Color HEX #7C0576 Purple

📋 copy color: '#7C0576'

red 124 ◦ green 5 ◦ blue 118

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

Shades of Purple #7C0576

Tints of Purple #7C0576

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7C0576 (or 0x7C0576) is known color: Purple. HEX triplet: 7C, 05 and 76. RGB value is (124,5,118). Sum of RGB (Red+Green+Blue) = 124+5+118=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0576 is #83FA89. Grayscale: #353535. Windows color (decimal): -8649354 or 7734652. OLE color: 7734652.

HSL color Cylindrical-coordinate representation of color #7C0576: hue angle of 303.03º 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 #7C0576 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 118 -
CMYK 0 0.96 0.05 0.51
HSL 303.03º 0.92% 0.25% -
HSV(B) 303.03º 0.96% 0.49% -
XYZ 11.64 5.7 17.63 -
YUV 53.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 124 5 118 0 0.96 0.05 0.51 303.03 0.92 0.25
Hex 7C 5 76 0 60 5 33 12F 5C 19
Octal 174 5 166 0 140 5 63 457 134 31
Binary 1111100 101 1110110 0 1100000 101 110011 100101111 1011100 11001

Color Harmonies of #7C0576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0576

Black with #7C0576

Text Example


Text Example

White with #7C0576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0576; }

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

 H1.HeaderClassName
 {
   color: #7C0576;
 }
 .AnyTagClassName
 {
   color: #7C0576;
 }
</style>

background-color css

<style>
 a { background-color: #7C0576; }

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

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

border-color css

<style>
 span { border-color: #7C0576; }

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

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