#743CEC

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

Shades of Blue Violet #743CEC

Tints of Blue Violet #743CEC

Color information

#743CEC (or 0x743CEC) is unknown color: approx Blue Violet. HEX triplet: 74, 3C and EC. RGB value is (116,60,236). Sum of RGB (Red+Green+Blue) = 116+60+236=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #743CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743CEC is #8BC313. Grayscale: #606060. Windows color (decimal): -9159444 or 15481972. OLE color: 15481972.

HSL color Cylindrical-coordinate representation of color #743CEC: hue angle of 259.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743CEC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11660236-
CMYK0.510.7500.07
HSL259.09º82.24%58.04%-
HSV(B)259.09º74.58%92.55%-
XYZ23.961380.6-
YUV96.81206.55141.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.16%
GREEN value IS 60 (23.83% from 255) = 14.56%
BLUE value IS 236 (92.58% from 255) = 57.28%
R=28.16%
G=14.56%
B=57.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal116602360.510.7500.07259.0982.2458.04
Hex743CEC334B07103523a
Octal16474354631130740312272
Binary111010011110011101100110011100101101111000000111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743CEC; }

 p { color: rgb(116,60,236); }

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

<style>
 a { background-color: #743CEC; }

 a { background-color: rgb(116,60,236); }

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

<style>
 span { border-color: #743CEC; }

 span { border-color: rgb(116,60,236); }

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