#7434FE

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

Shades of Blue Violet #7434FE

Tints of Blue Violet #7434FE

Color information

#7434FE (or 0x7434FE) is unknown color: approx Blue Violet. HEX triplet: 74, 34 and FE. RGB value is (116,52,254). Sum of RGB (Red+Green+Blue) = 116+52+254=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #7434FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7434FE is #8BCB01. Grayscale: #5D5D5D. Windows color (decimal): -9161474 or 16659572. OLE color: 16659572.

HSL color Cylindrical-coordinate representation of color #7434FE: hue angle of 259.01º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7434FE is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11652254-
CMYK0.540.8000.00
HSL259.01º99.02%60%-
HSV(B)259.01º79.53%99.61%-
XYZ26.3213.3294.95-
YUV94.16218.2143.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.49%
GREEN value IS 52 (20.70% from 255) = 12.32%
BLUE value IS 254 (99.61% from 255) = 60.19%
R=27.49%
G=12.32%
B=60.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal116522540.540.8000.00259.0199.0260
Hex7434FE365000103633c
Octal16464376661200040314374
Binary1110100110100111111101101101010000001000000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7434FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7434FE; }

 p { color: rgb(116,52,254); }

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

<style>
 a { background-color: #7434FE; }

 a { background-color: rgb(116,52,254); }

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

<style>
 span { border-color: #7434FE; }

 span { border-color: rgb(116,52,254); }

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