Html Css Color HEX #7E228B Vivid Violet

📋 copy color: '#7E228B'

red 126 ◦ green 34 ◦ blue 139

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

Shades of Vivid Violet #7E228B

Tints of Vivid Violet #7E228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 42.14%
G = 11.37%
B = 46.49%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E228B (or 0x7E228B) is known color: Vivid Violet. HEX triplet: 7E, 22 and 8B. RGB value is (126,34,139). Sum of RGB (Red+Green+Blue) = 126+34+139=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E228B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E228B is #81DD74. Grayscale: #494949. Windows color (decimal): -8510837 or 9118334. OLE color: 9118334.

HSL color Cylindrical-coordinate representation of color #7E228B: hue angle of 292.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E228B is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 34 139 -
CMYK 0.09 0.76 0 0.45
HSL 292.57º 0.61% 0.34% -
HSV(B) 292.57º 0.76% 0.55% -
XYZ 13.84 7.44 25.13 -
YUV 73.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 126 34 139 0.09 0.76 0 0.45 292.57 0.61 0.34
Hex 7E 22 8B 9 4C 0 2D 125 3D 22
Octal 176 42 213 11 114 0 55 445 75 42
Binary 1111110 100010 10001011 1001 1001100 0 101101 100100101 111101 100010

Color Harmonies of #7E228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E228B

Black with #7E228B

Text Example


Text Example

White with #7E228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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