#761EEF

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

Shades of Blue Violet #761EEF

Tints of Blue Violet #761EEF

Color information

#761EEF (or 0x761EEF) is unknown color: approx Blue Violet. HEX triplet: 76, 1E and EF. RGB value is (118,30,239). Sum of RGB (Red+Green+Blue) = 118+30+239=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #761EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761EEF is #89E110. Grayscale: #4F4F4F. Windows color (decimal): -9036049 or 15670902. OLE color: 15670902.

HSL color Cylindrical-coordinate representation of color #761EEF: hue angle of 265.26º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761EEF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11830239-
CMYK0.510.8700.06
HSL265.26º86.72%52.75%-
HSV(B)265.26º87.45%93.73%-
XYZ23.5211.0182.55-
YUV80.14217.65155.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 30 (12.11% from 255) = 7.75%
BLUE value IS 239 (93.75% from 255) = 61.76%
R=30.49%
G=7.75%
B=61.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal118302390.510.8700.06265.2686.7252.75
Hex761EEF3357061095735
Octal16636357631270641112765
Binary11101101111011101111110011101011101101000010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,30,239); }

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

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

 a { background-color: rgb(118,30,239); }

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

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

 span { border-color: rgb(118,30,239); }

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