Html Css Color HEX #7D266C Dark Purple

📋 copy color: '#7D266C'

red 125 ◦ green 38 ◦ blue 108

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

Shades of Dark Purple #7D266C

Tints of Dark Purple #7D266C

RGB

 RED value IS 125 (49.22% from 255) = 46.13%

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

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 46.13%
G = 14.02%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D266C (or 0x7D266C) is known color: Dark Purple. HEX triplet: 7D, 26 and 6C. RGB value is (125,38,108). Sum of RGB (Red+Green+Blue) = 125+38+108=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D266C is #82D993. Grayscale: #474747. Windows color (decimal): -8575380 or 7087741. OLE color: 7087741.

HSL color Cylindrical-coordinate representation of color #7D266C: hue angle of 311.72º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D266C is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 38 108 -
CMYK 0 0.70 0.14 0.51
HSL 311.72º 0.53% 0.32% -
HSV(B) 311.72º 0.7% 0.49% -
XYZ 11.86 6.83 14.88 -
YUV 71.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 125 38 108 0 0.70 0.14 0.51 311.72 0.53 0.32
Hex 7D 26 6C 0 46 E 33 138 35 20
Octal 175 46 154 0 106 16 63 470 65 40
Binary 1111101 100110 1101100 0 1000110 1110 110011 100111000 110101 100000

Color Harmonies of #7D266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D266C

Black with #7D266C

Text Example


Text Example

White with #7D266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,38,108); }

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

background-color css

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

 a { background-color: rgb(125,38,108); }

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

border-color css

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

 span { border-color: rgb(125,38,108); }

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