Html Css Color HEX #7C1561 Dark Purple

📋 copy color: '#7C1561'

red 124 ◦ green 21 ◦ blue 97

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

Shades of Dark Purple #7C1561

Tints of Dark Purple #7C1561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 51.24%
G = 8.68%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C1561 (or 0x7C1561) is known color: Dark Purple. HEX triplet: 7C, 15 and 61. RGB value is (124,21,97). Sum of RGB (Red+Green+Blue) = 124+21+97=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1561 is #83EA9E. Grayscale: #3C3C3C. Windows color (decimal): -8645279 or 6362492. OLE color: 6362492.

HSL color Cylindrical-coordinate representation of color #7C1561: hue angle of 315.73º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1561 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 21 97 -
CMYK 0 0.83 0.22 0.51
HSL 315.73º 0.71% 0.28% -
HSV(B) 315.73º 0.83% 0.49% -
XYZ 10.74 5.68 11.84 -
YUV 60.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 124 21 97 0 0.83 0.22 0.51 315.73 0.71 0.28
Hex 7C 15 61 0 53 16 33 13C 47 1C
Octal 174 25 141 0 123 26 63 474 107 34
Binary 1111100 10101 1100001 0 1010011 10110 110011 100111100 1000111 11100

Color Harmonies of #7C1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1561

Black with #7C1561

Text Example


Text Example

White with #7C1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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