#7D359B

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

Shades of Vivid Violet #7D359B

Tints of Vivid Violet #7D359B

Color information

#7D359B (or 0x7D359B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 35 and 9B. RGB value is (125,53,155). Sum of RGB (Red+Green+Blue) = 125+53+155=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D359B is #82CA64. Grayscale: #555555. Windows color (decimal): -8571493 or 10171773. OLE color: 10171773.

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

Color convert

RGB12553155-
CMYK0.190.6600.39
HSL282.35º49.04%40.78%-
HSV(B)282.35º65.81%60.78%-
XYZ15.659.2731.98-
YUV86.16166.85155.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=37.54%
G=15.92%
B=46.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125531550.190.6600.39282.3549.0440.78
Hex7D359B134202711a3129
Octal17565233231020474326151
Binary1111101110101100110111001110000100100111100011010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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