#7B1FCC

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

Shades of Blue Violet #7B1FCC

Tints of Blue Violet #7B1FCC

Color information

#7B1FCC (or 0x7B1FCC) is unknown color: approx Blue Violet. HEX triplet: 7B, 1F and CC. RGB value is (123,31,204). Sum of RGB (Red+Green+Blue) = 123+31+204=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B1FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1FCC is #84E033. Grayscale: #4D4D4D. Windows color (decimal): -8708148 or 13377403. OLE color: 13377403.

HSL color Cylindrical-coordinate representation of color #7B1FCC: hue angle of 271.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1FCC is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12331204-
CMYK0.400.8500.2
HSL271.91º73.62%46.08%-
HSV(B)271.91º84.8%80%-
XYZ19.569.5557.94-
YUV78.23198.98159.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.36%
GREEN value IS 31 (12.5% from 255) = 8.66%
BLUE value IS 204 (80.08% from 255) = 56.98%
R=34.36%
G=8.66%
B=56.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal123312040.400.8500.2271.9173.6246.08
Hex7B1FCC28550141104a2e
Octal173373145012502442011256
Binary1111011111111100110010100010101010101001000100001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,31,204); }

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

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

 a { background-color: rgb(123,31,204); }

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

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

 span { border-color: rgb(123,31,204); }

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