Html Css Color HEX #7E366E Dark Purple

📋 copy color: '#7E366E'

red 126 ◦ green 54 ◦ blue 110

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

Shades of Dark Purple #7E366E

Tints of Dark Purple #7E366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 43.45%
G = 18.62%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E366E (or 0x7E366E) is known color: Dark Purple. HEX triplet: 7E, 36 and 6E. RGB value is (126,54,110). Sum of RGB (Red+Green+Blue) = 126+54+110=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E366E is #81C991. Grayscale: #515151. Windows color (decimal): -8505746 or 7222910. OLE color: 7222910.

HSL color Cylindrical-coordinate representation of color #7E366E: hue angle of 313.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E366E is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 54 110 -
CMYK 0 0.57 0.13 0.51
HSL 313.33º 0.4% 0.35% -
HSV(B) 313.33º 0.57% 0.49% -
XYZ 12.74 8.2 15.66 -
YUV 81.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 126 54 110 0 0.57 0.13 0.51 313.33 0.4 0.35
Hex 7E 36 6E 0 39 D 33 139 28 23
Octal 176 66 156 0 71 15 63 471 50 43
Binary 1111110 110110 1101110 0 111001 1101 110011 100111001 101000 100011

Color Harmonies of #7E366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E366E

Black with #7E366E

Text Example


Text Example

White with #7E366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,110); }

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

background-color css

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

 a { background-color: rgb(126,54,110); }

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

border-color css

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

 span { border-color: rgb(126,54,110); }

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