Html Css Color HEX #7C1580 Purple

📋 copy color: '#7C1580'

red 124 ◦ green 21 ◦ blue 128

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

Shades of Purple #7C1580

Tints of Purple #7C1580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 45.42%
G = 7.69%
B = 46.89%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7C1580 (or 0x7C1580) is known color: Purple. HEX triplet: 7C, 15 and 80. RGB value is (124,21,128). Sum of RGB (Red+Green+Blue) = 124+21+128=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #7C1580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1580 is #83EA7F. Grayscale: #3F3F3F. Windows color (decimal): -8645248 or 8394108. OLE color: 8394108.

HSL color Cylindrical-coordinate representation of color #7C1580: hue angle of 297.76º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1580 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 124 21 128 -
CMYK 0.03 0.84 0 0.50
HSL 297.76º 0.72% 0.29% -
HSV(B) 297.76º 0.84% 0.5% -
XYZ 12.48 6.38 21 -
YUV 64 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 124 21 128 0.03 0.84 0 0.50 297.76 0.72 0.29
Hex 7C 15 80 3 54 0 32 12A 48 1D
Octal 174 25 200 3 124 0 62 452 110 35
Binary 1111100 10101 10000000 11 1010100 0 110010 100101010 1001000 11101

Color Harmonies of #7C1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1580

Black with #7C1580

Text Example


Text Example

White with #7C1580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,21,128); }

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

background-color css

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

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

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

border-color css

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

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

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