#7B37DA

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

Shades of Blue Violet #7B37DA

Tints of Blue Violet #7B37DA

Color information

#7B37DA (or 0x7B37DA) is unknown color: approx Blue Violet. HEX triplet: 7B, 37 and DA. RGB value is (123,55,218). Sum of RGB (Red+Green+Blue) = 123+55+218=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B37DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B37DA is #84C825. Grayscale: #5D5D5D. Windows color (decimal): -8701990 or 14301051. OLE color: 14301051.

HSL color Cylindrical-coordinate representation of color #7B37DA: hue angle of 265.03º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B37DA is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12355218-
CMYK0.440.7500.15
HSL265.03º68.78%53.53%-
HSV(B)265.03º74.77%85.49%-
XYZ22.1912.0167.48-
YUV93.91198.03148.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 55 (21.88% from 255) = 13.89%
BLUE value IS 218 (85.55% from 255) = 55.05%
R=31.06%
G=13.89%
B=55.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal123552180.440.7500.15265.0368.7853.53
Hex7B37DA2C4B0F1094536
Octal173673325411301741110566
Binary1111011110111110110101011001001011011111000010011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B37DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,55,218); }

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

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

 a { background-color: rgb(123,55,218); }

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

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

 span { border-color: rgb(123,55,218); }

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