Html Css Color HEX #7E2C68 Dark Purple

📋 copy color: '#7E2C68'

red 126 ◦ green 44 ◦ blue 104

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

Shades of Dark Purple #7E2C68

Tints of Dark Purple #7E2C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 45.99%
G = 16.06%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E2C68 (or 0x7E2C68) is known color: Dark Purple. HEX triplet: 7E, 2C and 68. RGB value is (126,44,104). Sum of RGB (Red+Green+Blue) = 126+44+104=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C68 is #81D397. Grayscale: #4B4B4B. Windows color (decimal): -8508312 or 6827134. OLE color: 6827134.

HSL color Cylindrical-coordinate representation of color #7E2C68: hue angle of 316.1º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E2C68 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 44 104 -
CMYK 0 0.65 0.17 0.51
HSL 316.1º 0.48% 0.33% -
HSV(B) 316.1º 0.65% 0.49% -
XYZ 12 7.24 13.86 -
YUV 75.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 126 44 104 0 0.65 0.17 0.51 316.1 0.48 0.33
Hex 7E 2C 68 0 41 11 33 13C 30 21
Octal 176 54 150 0 101 21 63 474 60 41
Binary 1111110 101100 1101000 0 1000001 10001 110011 100111100 110000 100001

Color Harmonies of #7E2C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2C68

Black with #7E2C68

Text Example


Text Example

White with #7E2C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,44,104); }

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

background-color css

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

 a { background-color: rgb(126,44,104); }

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

border-color css

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

 span { border-color: rgb(126,44,104); }

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