#7936DD

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

Shades of Blue Violet #7936DD

Tints of Blue Violet #7936DD

Color information

#7936DD (or 0x7936DD) is unknown color: approx Blue Violet. HEX triplet: 79, 36 and DD. RGB value is (121,54,221). Sum of RGB (Red+Green+Blue) = 121+54+221=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #7936DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7936DD is #86C922. Grayscale: #5C5C5C. Windows color (decimal): -8833315 or 14497401. OLE color: 14497401.

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

Color convert

RGB12154221-
CMYK0.450.7600.13
HSL264.07º71.06%53.92%-
HSV(B)264.07º75.57%86.67%-
XYZ22.2611.9269.54-
YUV93.07200.2147.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 54 (21.48% from 255) = 13.64%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=30.56%
G=13.64%
B=55.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121542210.450.7600.13264.0771.0653.92
Hex7936DD2D4C0D1084736
Octal171663355511401541010766
Binary1111001110110110111011011011001100011011000010001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7936DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7936DD; }

 p { color: rgb(121,54,221); }

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

<style>
 a { background-color: #7936DD; }

 a { background-color: rgb(121,54,221); }

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

<style>
 span { border-color: #7936DD; }

 span { border-color: rgb(121,54,221); }

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