#7428DD

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

Shades of Blue Violet #7428DD

Tints of Blue Violet #7428DD

Color information

#7428DD (or 0x7428DD) is unknown color: approx Blue Violet. HEX triplet: 74, 28 and DD. RGB value is (116,40,221). Sum of RGB (Red+Green+Blue) = 116+40+221=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #7428DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428DD is #8BD722. Grayscale: #525252. Windows color (decimal): -9164579 or 14493812. OLE color: 14493812.

HSL color Cylindrical-coordinate representation of color #7428DD: hue angle of 265.19º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7428DD is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11640221-
CMYK0.480.8200.13
HSL265.19º72.69%51.18%-
HSV(B)265.19º81.9%86.67%-
XYZ21.0110.4569.32-
YUV83.36205.68151.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 40 (16.02% from 255) = 10.61%
BLUE value IS 221 (86.72% from 255) = 58.62%
R=30.77%
G=10.61%
B=58.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116402210.480.8200.13265.1972.6951.18
Hex7428DD30520D1094933
Octal164503356012201541111163
Binary1110100101000110111011100001010010011011000010011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7428DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,40,221); }

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

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

 a { background-color: rgb(116,40,221); }

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

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

 span { border-color: rgb(116,40,221); }

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