Html Css Color HEX #7E266D Dark Purple

📋 copy color: '#7E266D'

red 126 ◦ green 38 ◦ blue 109

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

Shades of Dark Purple #7E266D

Tints of Dark Purple #7E266D

RGB

 RED value IS 126 (49.61% from 255) = 46.15%

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

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

R = 46.15%
G = 13.92%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E266D (or 0x7E266D) is known color: Dark Purple. HEX triplet: 7E, 26 and 6D. RGB value is (126,38,109). Sum of RGB (Red+Green+Blue) = 126+38+109=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E266D is #81D992. Grayscale: #484848. Windows color (decimal): -8509843 or 7153278. OLE color: 7153278.

HSL color Cylindrical-coordinate representation of color #7E266D: hue angle of 311.59º degrees, saturation: 0.54, 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 #7E266D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 38 109 -
CMYK 0 0.70 0.13 0.51
HSL 311.59º 0.54% 0.32% -
HSV(B) 311.59º 0.7% 0.49% -
XYZ 12.06 6.93 15.17 -
YUV 72.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 126 38 109 0 0.70 0.13 0.51 311.59 0.54 0.32
Hex 7E 26 6D 0 46 D 33 138 36 20
Octal 176 46 155 0 106 15 63 470 66 40
Binary 1111110 100110 1101101 0 1000110 1101 110011 100111000 110110 100000

Color Harmonies of #7E266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E266D

Black with #7E266D

Text Example


Text Example

White with #7E266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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