#7732DC

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

Shades of Blue Violet #7732DC

Tints of Blue Violet #7732DC

Color information

#7732DC (or 0x7732DC) is unknown color: approx Blue Violet. HEX triplet: 77, 32 and DC. RGB value is (119,50,220). Sum of RGB (Red+Green+Blue) = 119+50+220=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #7732DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7732DC is #88CD23. Grayscale: #595959. Windows color (decimal): -8965412 or 14430839. OLE color: 14430839.

HSL color Cylindrical-coordinate representation of color #7732DC: hue angle of 264.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7732DC is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11950220-
CMYK0.460.7700.14
HSL264.35º70.83%52.94%-
HSV(B)264.35º77.27%86.27%-
XYZ21.6711.3768.76-
YUV90.01201.36148.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 50 (19.92% from 255) = 12.85%
BLUE value IS 220 (86.33% from 255) = 56.56%
R=30.59%
G=12.85%
B=56.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal119502200.460.7700.14264.3570.8352.94
Hex7732DC2E4D0E1084735
Octal167623345611501641010765
Binary1110111110010110111001011101001101011101000010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7732DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7732DC; }

 p { color: rgb(119,50,220); }

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

<style>
 a { background-color: #7732DC; }

 a { background-color: rgb(119,50,220); }

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

<style>
 span { border-color: #7732DC; }

 span { border-color: rgb(119,50,220); }

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