#7D289B

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

Shades of Vivid Violet #7D289B

Tints of Vivid Violet #7D289B

Color information

#7D289B (or 0x7D289B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 28 and 9B. RGB value is (125,40,155). Sum of RGB (Red+Green+Blue) = 125+40+155=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D289B is #82D764. Grayscale: #4E4E4E. Windows color (decimal): -8574821 or 10168445. OLE color: 10168445.

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

Color convert

RGB12540155-
CMYK0.190.7400.39
HSL284.35º58.97%38.24%-
HSV(B)284.35º74.19%60.78%-
XYZ15.138.2431.8-
YUV78.53171.16161.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.06%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=39.06%
G=12.5%
B=48.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125401550.190.7400.39284.3558.9738.24
Hex7D289B134A02711c3b26
Octal17550233231120474347346
Binary1111101101000100110111001110010100100111100011100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,40,155); }

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

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

 a { background-color: rgb(125,40,155); }

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

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

 span { border-color: rgb(125,40,155); }

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