#7431d8

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

Shades of Blue Violet #7431D8

Tints of Blue Violet #7431D8

Color information

#7431D8 (or 0x7431D8) is unknown color: approx Blue Violet. HEX triplet: 74, 31 and D8. RGB value is (116,49,216). Sum of RGB (Red+Green+Blue) = 116+49+216=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #7431D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7431D8 is #8BCE27. Grayscale: #575757. Windows color (decimal): -9162280 or 14168436. OLE color: 14168436.

HSL color Cylindrical-coordinate representation of color #7431D8: hue angle of 264.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7431D8 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11649216-
CMYK0.460.7700.15
HSL264.07º68.16%51.96%-
HSV(B)264.07º77.31%84.71%-
XYZ20.710.8765.97-
YUV88.07200.2147.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 49 (19.53% from 255) = 12.86%
BLUE value IS 216 (84.77% from 255) = 56.69%
R=30.45%
G=12.86%
B=56.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116492160.460.7700.15264.0768.1651.96
Hex7431D82E4D0F1084434
Octal164613305611501741010464
Binary1110100110001110110001011101001101011111000010001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7431d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7431d8; }

 p { color: rgb(116,49,216); }

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

<style>
 a { background-color: #7431d8; }

 a { background-color: rgb(116,49,216); }

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

<style>
 span { border-color: #7431d8; }

 span { border-color: rgb(116,49,216); }

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