#7437DC

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

Shades of Blue Violet #7437DC

Tints of Blue Violet #7437DC

Color information

#7437DC (or 0x7437DC) is unknown color: approx Blue Violet. HEX triplet: 74, 37 and DC. RGB value is (116,55,220). Sum of RGB (Red+Green+Blue) = 116+55+220=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #7437DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7437DC is #8BC823. Grayscale: #5B5B5B. Windows color (decimal): -9160740 or 14432116. OLE color: 14432116.

HSL color Cylindrical-coordinate representation of color #7437DC: hue angle of 262.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7437DC is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11655220-
CMYK0.470.7500.14
HSL262.18º70.21%53.92%-
HSV(B)262.18º75%86.27%-
XYZ21.4911.6168.82-
YUV92.05200.21145.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 55 (21.88% from 255) = 14.07%
BLUE value IS 220 (86.33% from 255) = 56.27%
R=29.67%
G=14.07%
B=56.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal116552200.470.7500.14262.1870.2153.92
Hex7437DC2F4B0E1064636
Octal164673345711301640610666
Binary1110100110111110111001011111001011011101000001101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7437DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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