Html Css Color HEX #7E229B Vivid Violet

📋 copy color: '#7E229B'

red 126 ◦ green 34 ◦ blue 155

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

Shades of Vivid Violet #7E229B

Tints of Vivid Violet #7E229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 40%
G = 10.79%
B = 49.21%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E229B (or 0x7E229B) is known color: Vivid Violet. HEX triplet: 7E, 22 and 9B. RGB value is (126,34,155). Sum of RGB (Red+Green+Blue) = 126+34+155=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E229B is #81DD64. Grayscale: #4A4A4A. Windows color (decimal): -8510821 or 10166910. OLE color: 10166910.

HSL color Cylindrical-coordinate representation of color #7E229B: hue angle of 285.62º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E229B is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 34 155 -
CMYK 0.19 0.78 0 0.39
HSL 285.62º 0.64% 0.37% -
HSV(B) 285.62º 0.78% 0.61% -
XYZ 15.09 7.95 31.75 -
YUV 75.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 126 34 155 0.19 0.78 0 0.39 285.62 0.64 0.37
Hex 7E 22 9B 13 4E 0 27 11E 40 25
Octal 176 42 233 23 116 0 47 436 100 45
Binary 1111110 100010 10011011 10011 1001110 0 100111 100011110 1000000 100101

Color Harmonies of #7E229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E229B

Black with #7E229B

Text Example


Text Example

White with #7E229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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