#791cdd

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

Shades of Blue Violet #791CDD

Tints of Blue Violet #791CDD

Color information

#791CDD (or 0x791CDD) is unknown color: approx Blue Violet. HEX triplet: 79, 1C and DD. RGB value is (121,28,221). Sum of RGB (Red+Green+Blue) = 121+28+221=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #791CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791CDD is #86E322. Grayscale: #4D4D4D. Windows color (decimal): -8839971 or 14490745. OLE color: 14490745.

HSL color Cylindrical-coordinate representation of color #791CDD: hue angle of 268.91º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791CDD is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12128221-
CMYK0.450.8700.13
HSL268.91º77.51%48.82%-
HSV(B)268.91º87.33%86.67%-
XYZ21.3510.1269.23-
YUV77.81208.81158.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.70%
GREEN value IS 28 (11.33% from 255) = 7.57%
BLUE value IS 221 (86.72% from 255) = 59.73%
R=32.70%
G=7.57%
B=59.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121282210.450.8700.13268.9177.5148.82
Hex791CDD2D570D10d4e31
Octal171343355512701541511661
Binary111100111100110111011011011010111011011000011011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791cdd; }

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

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

<style>
 a { background-color: #791cdd; }

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

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

<style>
 span { border-color: #791cdd; }

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

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