Html Css Color HEX #7C266D Dark Purple

📋 copy color: '#7C266D'

red 124 ◦ green 38 ◦ blue 109

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

Shades of Dark Purple #7C266D

Tints of Dark Purple #7C266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 45.76%
G = 14.02%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C266D (or 0x7C266D) is known color: Dark Purple. HEX triplet: 7C, 26 and 6D. RGB value is (124,38,109). Sum of RGB (Red+Green+Blue) = 124+38+109=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C266D is #83D992. Grayscale: #474747. Windows color (decimal): -8640915 or 7153276. OLE color: 7153276.

HSL color Cylindrical-coordinate representation of color #7C266D: hue angle of 310.47º degrees, saturation: 0.53, 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 #7C266D is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 38 109 -
CMYK 0 0.69 0.12 0.51
HSL 310.47º 0.53% 0.32% -
HSV(B) 310.47º 0.69% 0.49% -
XYZ 11.77 6.78 15.16 -
YUV 71.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 124 38 109 0 0.69 0.12 0.51 310.47 0.53 0.32
Hex 7C 26 6D 0 45 C 33 136 35 20
Octal 174 46 155 0 105 14 63 466 65 40
Binary 1111100 100110 1101101 0 1000101 1100 110011 100110110 110101 100000

Color Harmonies of #7C266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C266D

Black with #7C266D

Text Example


Text Example

White with #7C266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,38,109); }

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

background-color css

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

 a { background-color: rgb(124,38,109); }

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

border-color css

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

 span { border-color: rgb(124,38,109); }

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