#761AF1

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

Shades of Blue Violet #761AF1

Tints of Blue Violet #761AF1

Color information

#761AF1 (or 0x761AF1) is unknown color: approx Blue Violet. HEX triplet: 76, 1A and F1. RGB value is (118,26,241). Sum of RGB (Red+Green+Blue) = 118+26+241=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #761AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761AF1 is #89E50E. Grayscale: #4D4D4D. Windows color (decimal): -9037071 or 15800950. OLE color: 15800950.

HSL color Cylindrical-coordinate representation of color #761AF1: hue angle of 265.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761AF1 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11826241-
CMYK0.510.8900.05
HSL265.67º88.48%52.35%-
HSV(B)265.67º89.21%94.51%-
XYZ23.7210.9484.08-
YUV78.02219.98156.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 26 (10.55% from 255) = 6.75%
BLUE value IS 241 (94.53% from 255) = 62.60%
R=30.65%
G=6.75%
B=62.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118262410.510.8900.05265.6788.4852.35
Hex761AF133590510a5834
Octal16632361631310541213064
Binary11101101101011110001110011101100101011000010101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761AF1; }

 p { color: rgb(118,26,241); }

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

<style>
 a { background-color: #761AF1; }

 a { background-color: rgb(118,26,241); }

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

<style>
 span { border-color: #761AF1; }

 span { border-color: rgb(118,26,241); }

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