Html Css Color HEX #7C057C Purple

📋 copy color: '#7C057C'

red 124 ◦ green 5 ◦ blue 124

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

Shades of Purple #7C057C

Tints of Purple #7C057C

RGB

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

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

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

R = 49.01%
G = 1.98%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C057C (or 0x7C057C) is known color: Purple. HEX triplet: 7C, 05 and 7C. RGB value is (124,5,124). Sum of RGB (Red+Green+Blue) = 124+5+124=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C057C is #83FA83. Grayscale: #353535. Windows color (decimal): -8649348 or 8127868. OLE color: 8127868.

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

Color convert

RGB 124 5 124 -
CMYK 0 0.96 0 0.51
HSL 300º 0.92% 0.25% -
HSV(B) 300º 0.96% 0.49% -
XYZ 12 5.85 19.57 -
YUV 54.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 124 5 124 0 0.96 0 0.51 300 0.92 0.25
Hex 7C 5 7C 0 60 0 33 12C 5C 19
Octal 174 5 174 0 140 0 63 454 134 31
Binary 1111100 101 1111100 0 1100000 0 110011 100101100 1011100 11001

Color Harmonies of #7C057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C057C

Black with #7C057C

Text Example


Text Example

White with #7C057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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