#7427F5

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

Shades of Blue Violet #7427F5

Tints of Blue Violet #7427F5

Color information

#7427F5 (or 0x7427F5) is unknown color: approx Blue Violet. HEX triplet: 74, 27 and F5. RGB value is (116,39,245). Sum of RGB (Red+Green+Blue) = 116+39+245=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 245 (96.09% from 255 or 61.25% from 400); Max value from RGB is 245 - color contains mainly: blue. Hex color #7427F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7427F5 is #8BD80A. Grayscale: #545454. Windows color (decimal): -9164811 or 16066420. OLE color: 16066420.

HSL color Cylindrical-coordinate representation of color #7427F5: hue angle of 262.43º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7427F5 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11639245-
CMYK0.530.8400.04
HSL262.43º91.15%55.69%-
HSV(B)262.43º84.08%96.08%-
XYZ24.4111.7687.37-
YUV85.51218.01149.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 39 (15.62% from 255) = 9.75%
BLUE value IS 245 (96.09% from 255) = 61.25%
R=29%
G=9.75%
B=61.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal116392450.530.8400.04262.4391.1555.69
Hex7427F53554041065b38
Octal16447365651240440613370
Binary111010010011111110101110101101010001001000001101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7427F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7427F5; }

 p { color: rgb(116,39,245); }

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

<style>
 a { background-color: #7427F5; }

 a { background-color: rgb(116,39,245); }

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

<style>
 span { border-color: #7427F5; }

 span { border-color: rgb(116,39,245); }

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