#7432DC

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

Shades of Blue Violet #7432DC

Tints of Blue Violet #7432DC

Color information

#7432DC (or 0x7432DC) is unknown color: approx Blue Violet. HEX triplet: 74, 32 and DC. RGB value is (116,50,220). Sum of RGB (Red+Green+Blue) = 116+50+220=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #7432DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7432DC is #8BCD23. Grayscale: #585858. Windows color (decimal): -9162020 or 14430836. OLE color: 14430836.

HSL color Cylindrical-coordinate representation of color #7432DC: hue angle of 263.29º 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 #7432DC is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11650220-
CMYK0.470.7700.14
HSL263.29º70.83%52.94%-
HSV(B)263.29º77.27%86.27%-
XYZ21.2611.1668.74-
YUV89.11201.87147.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 50 (19.92% from 255) = 12.95%
BLUE value IS 220 (86.33% from 255) = 56.99%
R=30.05%
G=12.95%
B=56.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal116502200.470.7700.14263.2970.8352.94
Hex7432DC2F4D0E1074735
Octal164623345711501640710765
Binary1110100110010110111001011111001101011101000001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7432DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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