#7b21f9

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

Shades of Blue Violet #7B21F9

Tints of Blue Violet #7B21F9

Color information

#7B21F9 (or 0x7B21F9) is unknown color: approx Blue Violet. HEX triplet: 7B, 21 and F9. RGB value is (123,33,249). Sum of RGB (Red+Green+Blue) = 123+33+249=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B21F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B21F9 is #84DE06. Grayscale: #535353. Windows color (decimal): -8707591 or 16327035. OLE color: 16327035.

HSL color Cylindrical-coordinate representation of color #7B21F9: hue angle of 265º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B21F9 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12333249-
CMYK0.510.8700.02
HSL265º94.74%55.29%-
HSV(B)265º86.75%97.65%-
XYZ25.8112.1490.61-
YUV84.53220.82155.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.37%
GREEN value IS 33 (13.28% from 255) = 8.15%
BLUE value IS 249 (97.66% from 255) = 61.48%
R=30.37%
G=8.15%
B=61.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal123332490.510.8700.0226594.7455.29
Hex7B21F93357021095f37
Octal17341371631270241113767
Binary11110111000011111100111001110101110101000010011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b21f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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