#7b2585

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

Shades of Vivid Violet #7B2585

Tints of Vivid Violet #7B2585

Color information

#7B2585 (or 0x7B2585) is unknown color: approx Vivid Violet. HEX triplet: 7B, 25 and 85. RGB value is (123,37,133). Sum of RGB (Red+Green+Blue) = 123+37+133=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B2585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2585 is #84DA7A. Grayscale: #494949. Windows color (decimal): -8706683 or 8725883. OLE color: 8725883.

HSL color Cylindrical-coordinate representation of color #7B2585: hue angle of 293.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2585 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12337133-
CMYK0.080.7200.48
HSL293.75º56.47%33.33%-
HSV(B)293.75º72.18%52.16%-
XYZ13.067.2322.9-
YUV73.66161.49163.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.98%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=41.98%
G=12.63%
B=45.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123371330.080.7200.48293.7556.4733.33
Hex7B25858480301263821
Octal17345205101100604467041
Binary111101110010110000101100010010000110000100100110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b2585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,37,133); }

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

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

 a { background-color: rgb(123,37,133); }

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

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

 span { border-color: rgb(123,37,133); }

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