#7E34A5

Color #7E34A5 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7E34A5

Tints of Vivid Violet #7E34A5

Color information

#7E34A5 (or 0x7E34A5) is unknown color: approx Vivid Violet. HEX triplet: 7E, 34 and A5. RGB value is (126,52,165). Sum of RGB (Red+Green+Blue) = 126+52+165=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #7E34A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E34A5 is #81CB5A. Grayscale: #565656. Windows color (decimal): -8506203 or 10826878. OLE color: 10826878.

HSL color Cylindrical-coordinate representation of color #7E34A5: hue angle of 279.29º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E34A5 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12652165-
CMYK0.240.6800.35
HSL279.29º52.07%42.55%-
HSV(B)279.29º68.48%64.71%-
XYZ16.629.6136.58-
YUV87.01172.02155.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=36.73%
G=15.16%
B=48.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126521650.240.6800.35279.2952.0742.55
Hex7E34A51844023117342b
Octal17664245301040434276453
Binary1111110110100101001011100010001000100011100010111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E34A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,52,165); }

 H1.HeaderClassName
 {
   color: #7E34A5;
 }
 .AnyTagClassName
 {
   color: #7E34A5;
 }
</style>
background-color css

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

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

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

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

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

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