Html Css Color HEX #7C1D57 Flirt

📋 copy color: '#7C1D57'

red 124 ◦ green 29 ◦ blue 87

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

Shades of Flirt #7C1D57

Tints of Flirt #7C1D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 51.67%
G = 12.08%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7C1D57 (or 0x7C1D57) is known color: Flirt. HEX triplet: 7C, 1D and 57. RGB value is (124,29,87). Sum of RGB (Red+Green+Blue) = 124+29+87=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1D57 is #83E2A8. Grayscale: #3F3F3F. Windows color (decimal): -8643241 or 5709180. OLE color: 5709180.

HSL color Cylindrical-coordinate representation of color #7C1D57: hue angle of 323.37º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1D57 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 29 87 -
CMYK 0 0.77 0.30 0.51
HSL 323.37º 0.62% 0.3% -
HSV(B) 323.37º 0.77% 0.49% -
XYZ 10.47 5.85 9.59 -
YUV 64.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 124 29 87 0 0.77 0.30 0.51 323.37 0.62 0.3
Hex 7C 1D 57 0 4D 1E 33 143 3E 1E
Octal 174 35 127 0 115 36 63 503 76 36
Binary 1111100 11101 1010111 0 1001101 11110 110011 101000011 111110 11110

Color Harmonies of #7C1D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1D57

Black with #7C1D57

Text Example


Text Example

White with #7C1D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,29,87); }

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

background-color css

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

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

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

border-color css

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

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

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