Html Css Color HEX #7C276E Dark Purple

📋 copy color: '#7C276E'

red 124 ◦ green 39 ◦ blue 110

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

Shades of Dark Purple #7C276E

Tints of Dark Purple #7C276E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

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

R = 45.42%
G = 14.29%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C276E (or 0x7C276E) is known color: Dark Purple. HEX triplet: 7C, 27 and 6E. RGB value is (124,39,110). Sum of RGB (Red+Green+Blue) = 124+39+110=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C276E is #83D891. Grayscale: #484848. Windows color (decimal): -8640658 or 7219068. OLE color: 7219068.

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

Color convert

RGB 124 39 110 -
CMYK 0 0.69 0.11 0.51
HSL 309.88º 0.52% 0.32% -
HSV(B) 309.88º 0.69% 0.49% -
XYZ 11.85 6.86 15.45 -
YUV 72.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 124 39 110 0 0.69 0.11 0.51 309.88 0.52 0.32
Hex 7C 27 6E 0 45 B 33 136 34 20
Octal 174 47 156 0 105 13 63 466 64 40
Binary 1111100 100111 1101110 0 1000101 1011 110011 100110110 110100 100000

Color Harmonies of #7C276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C276E

Black with #7C276E

Text Example


Text Example

White with #7C276E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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