Html Css Color HEX #7C1B6E Dark Purple

📋 copy color: '#7C1B6E'

red 124 ◦ green 27 ◦ blue 110

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

Shades of Dark Purple #7C1B6E

Tints of Dark Purple #7C1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 47.51%
G = 10.34%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C1B6E (or 0x7C1B6E) is known color: Dark Purple. HEX triplet: 7C, 1B and 6E. RGB value is (124,27,110). Sum of RGB (Red+Green+Blue) = 124+27+110=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1B6E is #83E491. Grayscale: #414141. Windows color (decimal): -8643730 or 7215996. OLE color: 7215996.

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

Color convert

RGB 124 27 110 -
CMYK 0 0.78 0.11 0.51
HSL 308.66º 0.64% 0.3% -
HSV(B) 308.66º 0.78% 0.49% -
XYZ 11.52 6.19 15.34 -
YUV 65.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 124 27 110 0 0.78 0.11 0.51 308.66 0.64 0.3
Hex 7C 1B 6E 0 4E B 33 135 40 1E
Octal 174 33 156 0 116 13 63 465 100 36
Binary 1111100 11011 1101110 0 1001110 1011 110011 100110101 1000000 11110

Color Harmonies of #7C1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1B6E

Black with #7C1B6E

Text Example


Text Example

White with #7C1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,27,110); }

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

background-color css

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

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

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

border-color css

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

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

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