#761BD2

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

Shades of Blue Violet #761BD2

Tints of Blue Violet #761BD2

Color information

#761BD2 (or 0x761BD2) is unknown color: approx Blue Violet. HEX triplet: 76, 1B and D2. RGB value is (118,27,210). Sum of RGB (Red+Green+Blue) = 118+27+210=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #761BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BD2 is #89E42D. Grayscale: #4A4A4A. Windows color (decimal): -9036846 or 13769590. OLE color: 13769590.

HSL color Cylindrical-coordinate representation of color #761BD2: hue angle of 269.84º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761BD2 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11827210-
CMYK0.440.8700.18
HSL269.84º77.22%46.47%-
HSV(B)269.84º87.14%82.35%-
XYZ19.59.2961.74-
YUV75.07204.15158.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 27 (10.94% from 255) = 7.61%
BLUE value IS 210 (82.42% from 255) = 59.15%
R=33.24%
G=7.61%
B=59.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal118272100.440.8700.18269.8477.2246.47
Hex761BD22C5701210e4d2e
Octal166333225412702241611556
Binary1110110110111101001010110010101110100101000011101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,27,210); }

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

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

 a { background-color: rgb(118,27,210); }

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

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

 span { border-color: rgb(118,27,210); }

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