Html Css Color HEX #7E227B Dark Purple

📋 copy color: '#7E227B'

red 126 ◦ green 34 ◦ blue 123

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

Shades of Dark Purple #7E227B

Tints of Dark Purple #7E227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 44.52%
G = 12.01%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7E227B (or 0x7E227B) is known color: Dark Purple. HEX triplet: 7E, 22 and 7B. RGB value is (126,34,123). Sum of RGB (Red+Green+Blue) = 126+34+123=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E227B is #81DD84. Grayscale: #474747. Windows color (decimal): -8510853 or 8069758. OLE color: 8069758.

HSL color Cylindrical-coordinate representation of color #7E227B: hue angle of 301.96º 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 #7E227B is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 34 123 -
CMYK 0 0.73 0.02 0.51
HSL 301.96º 0.58% 0.31% -
HSV(B) 301.96º 0.73% 0.49% -
XYZ 12.75 7.01 19.42 -
YUV 71.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 126 34 123 0 0.73 0.02 0.51 301.96 0.58 0.31
Hex 7E 22 7B 0 49 2 33 12E 3A 1F
Octal 176 42 173 0 111 2 63 456 72 37
Binary 1111110 100010 1111011 0 1001001 10 110011 100101110 111010 11111

Color Harmonies of #7E227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E227B

Black with #7E227B

Text Example


Text Example

White with #7E227B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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