Html Css Color HEX #7E227E Dark Purple

📋 copy color: '#7E227E'

red 126 ◦ green 34 ◦ blue 126

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

Shades of Dark Purple #7E227E

Tints of Dark Purple #7E227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 44.06%
G = 11.89%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7E227E (or 0x7E227E) is known color: Dark Purple. HEX triplet: 7E, 22 and 7E. RGB value is (126,34,126). Sum of RGB (Red+Green+Blue) = 126+34+126=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: red, blue. Hex color #7E227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E227E is #81DD81. Grayscale: #474747. Windows color (decimal): -8510850 or 8266366. OLE color: 8266366.

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

Color convert

RGB 126 34 126 -
CMYK 0 0.73 0 0.51
HSL 300º 0.58% 0.31% -
HSV(B) 300º 0.73% 0.49% -
XYZ 12.94 7.09 20.42 -
YUV 72 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 126 34 126 0 0.73 0 0.51 300 0.58 0.31
Hex 7E 22 7E 0 49 0 33 12C 3A 1F
Octal 176 42 176 0 111 0 63 454 72 37
Binary 1111110 100010 1111110 0 1001001 0 110011 100101100 111010 11111

Color Harmonies of #7E227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E227E

Black with #7E227E

Text Example


Text Example

White with #7E227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,34,126); }

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

background-color css

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

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

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

border-color css

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

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

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