#7B41DE

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

Shades of Blue Violet #7B41DE

Tints of Blue Violet #7B41DE

Color information

#7B41DE (or 0x7B41DE) is unknown color: approx Blue Violet. HEX triplet: 7B, 41 and DE. RGB value is (123,65,222). Sum of RGB (Red+Green+Blue) = 123+65+222=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B41DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B41DE is #84BE21. Grayscale: #636363. Windows color (decimal): -8699426 or 14565755. OLE color: 14565755.

HSL color Cylindrical-coordinate representation of color #7B41DE: hue angle of 262.17º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B41DE is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12365222-
CMYK0.450.7100.13
HSL262.17º70.4%56.27%-
HSV(B)262.17º70.72%87.06%-
XYZ23.2413.2770.44-
YUV100.24196.72144.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 222 (87.11% from 255) = 54.15%
R=30%
G=15.85%
B=54.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal123652220.450.7100.13262.1770.456.27
Hex7B41DE2D470D1064638
Octal1731013365510701540610670
Binary11110111000001110111101011011000111011011000001101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B41DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B41DE; }

 p { color: rgb(123,65,222); }

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

<style>
 a { background-color: #7B41DE; }

 a { background-color: rgb(123,65,222); }

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

<style>
 span { border-color: #7B41DE; }

 span { border-color: rgb(123,65,222); }

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