#7D2588

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

Shades of Vivid Violet #7D2588

Tints of Vivid Violet #7D2588

Color information

#7D2588 (or 0x7D2588) is unknown color: approx Vivid Violet. HEX triplet: 7D, 25 and 88. RGB value is (125,37,136). Sum of RGB (Red+Green+Blue) = 125+37+136=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D2588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2588 is #82DA77. Grayscale: #4A4A4A. Windows color (decimal): -8575608 or 8922493. OLE color: 8922493.

HSL color Cylindrical-coordinate representation of color #7D2588: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D2588 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12537136-
CMYK0.080.7300.47
HSL293.33º57.23%33.92%-
HSV(B)293.33º72.79%53.33%-
XYZ13.567.4624.02-
YUV74.6162.65163.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=41.95%
G=12.42%
B=45.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125371360.080.7300.47293.3357.2333.92
Hex7D258884902F1253922
Octal17545210101110574457142
Binary111110110010110001000100010010010101111100100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,37,136); }

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

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

 a { background-color: rgb(125,37,136); }

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

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

 span { border-color: rgb(125,37,136); }

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