#7D289A

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

Shades of Vivid Violet #7D289A

Tints of Vivid Violet #7D289A

Color information

#7D289A (or 0x7D289A) is unknown color: approx Vivid Violet. HEX triplet: 7D, 28 and 9A. RGB value is (125,40,154). Sum of RGB (Red+Green+Blue) = 125+40+154=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D289A is #82D765. Grayscale: #4E4E4E. Windows color (decimal): -8574822 or 10102909. OLE color: 10102909.

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

Color convert

RGB12540154-
CMYK0.190.7400.40
HSL284.74º58.76%38.04%-
HSV(B)284.74º74.03%60.39%-
XYZ15.058.2131.36-
YUV78.41170.66161.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.18%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=39.18%
G=12.54%
B=48.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125401540.190.7400.40284.7458.7638.04
Hex7D289A134A02811d3b26
Octal17550232231120504357346
Binary1111101101000100110101001110010100101000100011101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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