#761adf

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

Shades of Blue Violet #761ADF

Tints of Blue Violet #761ADF

Color information

#761ADF (or 0x761ADF) is unknown color: approx Blue Violet. HEX triplet: 76, 1A and DF. RGB value is (118,26,223). Sum of RGB (Red+Green+Blue) = 118+26+223=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #761ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ADF is #89E520. Grayscale: #4B4B4B. Windows color (decimal): -9037089 or 14621302. OLE color: 14621302.

HSL color Cylindrical-coordinate representation of color #761ADF: hue angle of 268.02º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761ADF is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11826223-
CMYK0.470.8800.13
HSL268.02º79.12%48.82%-
HSV(B)268.02º88.34%87.45%-
XYZ21.169.9270.61-
YUV75.97210.98157.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 223 (87.5% from 255) = 60.76%
R=32.15%
G=7.08%
B=60.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118262230.470.8800.13268.0279.1248.82
Hex761ADF2F580D10c4f31
Octal166323375713001541411761
Binary111011011010110111111011111011000011011000011001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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