#7B2187

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

Shades of Vivid Violet #7B2187

Tints of Vivid Violet #7B2187

Color information

#7B2187 (or 0x7B2187) is unknown color: approx Vivid Violet. HEX triplet: 7B, 21 and 87. RGB value is (123,33,135). Sum of RGB (Red+Green+Blue) = 123+33+135=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B2187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2187 is #84DE78. Grayscale: #474747. Windows color (decimal): -8707705 or 8855931. OLE color: 8855931.

HSL color Cylindrical-coordinate representation of color #7B2187: hue angle of 292.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B2187 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12333135-
CMYK0.090.7600.47
HSL292.94º60.71%32.94%-
HSV(B)292.94º75.56%52.94%-
XYZ13.097.0523.59-
YUV71.54163.82164.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=42.27%
G=11.34%
B=46.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123331350.090.7600.47292.9460.7132.94
Hex7B218794C02F1253d21
Octal17341207111140574457541
Binary111101110000110000111100110011000101111100100101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,33,135); }

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

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

 a { background-color: rgb(123,33,135); }

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

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

 span { border-color: rgb(123,33,135); }

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