#7621F6

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

Shades of Blue Violet #7621F6

Tints of Blue Violet #7621F6

Color information

#7621F6 (or 0x7621F6) is unknown color: approx Blue Violet. HEX triplet: 76, 21 and F6. RGB value is (118,33,246). Sum of RGB (Red+Green+Blue) = 118+33+246=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #7621F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7621F6 is #89DE09. Grayscale: #515151. Windows color (decimal): -9035274 or 16130422. OLE color: 16130422.

HSL color Cylindrical-coordinate representation of color #7621F6: hue angle of 263.94º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7621F6 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11833246-
CMYK0.520.8700.04
HSL263.94º92.21%54.71%-
HSV(B)263.94º86.59%96.47%-
XYZ24.6511.5988.13-
YUV82.7220.16153.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 33 (13.28% from 255) = 8.31%
BLUE value IS 246 (96.48% from 255) = 61.96%
R=29.72%
G=8.31%
B=61.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal118332460.520.8700.04263.9492.2154.71
Hex7621F63457041085c37
Octal16641366641270441013467
Binary111011010000111110110110100101011101001000010001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7621F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7621F6; }

 p { color: rgb(118,33,246); }

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

<style>
 a { background-color: #7621F6; }

 a { background-color: rgb(118,33,246); }

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

<style>
 span { border-color: #7621F6; }

 span { border-color: rgb(118,33,246); }

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