#7b1c97

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

Shades of Vivid Violet #7B1C97

Tints of Vivid Violet #7B1C97

Color information

#7B1C97 (or 0x7B1C97) is unknown color: approx Vivid Violet. HEX triplet: 7B, 1C and 97. RGB value is (123,28,151). Sum of RGB (Red+Green+Blue) = 123+28+151=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B1C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1C97 is #84E368. Grayscale: #464646. Windows color (decimal): -8708969 or 9903227. OLE color: 9903227.

HSL color Cylindrical-coordinate representation of color #7B1C97: hue angle of 286.34º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1C97 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12328151-
CMYK0.190.8100.41
HSL286.34º68.72%35.1%-
HSV(B)286.34º81.46%59.22%-
XYZ14.177.2829.94-
YUV70.43173.47165.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.73%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 151 (59.38% from 255) = 50%
R=40.73%
G=9.27%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123281510.190.8100.41286.3468.7235.1
Hex7B1C97135102911e4523
Octal173342272312105143610543
Binary1111011111001001011110011101000101010011000111101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b1c97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,28,151); }

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

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

 a { background-color: rgb(123,28,151); }

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

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

 span { border-color: rgb(123,28,151); }

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