#7B2781

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

Shades of Vivid Violet #7B2781

Tints of Vivid Violet #7B2781

Color information

#7B2781 (or 0x7B2781) is unknown color: approx Vivid Violet. HEX triplet: 7B, 27 and 81. RGB value is (123,39,129). Sum of RGB (Red+Green+Blue) = 123+39+129=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #7B2781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2781 is #84D87E. Grayscale: #4A4A4A. Windows color (decimal): -8706175 or 8464251. OLE color: 8464251.

HSL color Cylindrical-coordinate representation of color #7B2781: hue angle of 296º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B2781 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12339129-
CMYK0.050.7000.49
HSL296º53.57%32.94%-
HSV(B)296º69.77%50.59%-
XYZ12.867.2521.49-
YUV74.38158.83162.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 129 (50.78% from 255) = 44.33%
R=42.27%
G=13.40%
B=44.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123391290.050.7000.4929653.5732.94
Hex7B27815460311283621
Octal1734720151060614506641
Binary11110111001111000000110110001100110001100101000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,39,129); }

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

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

 a { background-color: rgb(123,39,129); }

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

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

 span { border-color: rgb(123,39,129); }

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