#7D2EA7

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

Shades of Vivid Violet #7D2EA7

Tints of Vivid Violet #7D2EA7

Color information

#7D2EA7 (or 0x7D2EA7) is unknown color: approx Vivid Violet. HEX triplet: 7D, 2E and A7. RGB value is (125,46,167). Sum of RGB (Red+Green+Blue) = 125+46+167=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 167 (65.62% from 255 or 49.41% from 338); Max value from RGB is 167 - color contains mainly: blue. Hex color #7D2EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2EA7 is #82D158. Grayscale: #535353. Windows color (decimal): -8573273 or 10956413. OLE color: 10956413.

HSL color Cylindrical-coordinate representation of color #7D2EA7: hue angle of 279.17º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2EA7 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12546167-
CMYK0.250.7200.35
HSL279.17º56.81%41.76%-
HSV(B)279.17º72.46%65.49%-
XYZ16.419.137.45-
YUV83.42175.17157.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 167 (65.62% from 255) = 49.41%
R=36.98%
G=13.61%
B=49.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125461670.250.7200.35279.1756.8141.76
Hex7D2EA71948023117392a
Octal17556247311100434277152
Binary1111101101110101001111100110010000100011100010111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,46,167); }

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

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

 a { background-color: rgb(125,46,167); }

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

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

 span { border-color: rgb(125,46,167); }

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