Html Css Color HEX #743CE6 Blue Violet

📋 copy color: '#743CE6'

red 116 ◦ green 60 ◦ blue 230

#743CE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #743CE6

Tints of Blue Violet #743CE6

RGB

 RED value IS 116 (45.7% from 255) = 28.57%

 GREEN value IS 60 (23.83% from 255) = 14.78%

 BLUE value IS 230 (90.23% from 255) = 56.65%

R = 28.57%
G = 14.78%
B = 56.65%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#743CE6 (or 0x743CE6) is known color: Blue Violet. HEX triplet: 74, 3C and E6. RGB value is (116,60,230). Sum of RGB (Red+Green+Blue) = 116+60+230=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #743CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743CE6 is #8BC319. Grayscale: #5F5F5F. Windows color (decimal): -9159450 or 15088756. OLE color: 15088756.

HSL color Cylindrical-coordinate representation of color #743CE6: hue angle of 259.76º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743CE6 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 60 230 -
CMYK 0.50 0.74 0 0.10
HSL 259.76º 0.77% 0.57% -
HSV(B) 259.76º 0.74% 0.9% -
XYZ 23.1 12.66 76.09 -
YUV 96.12 203.55 142.18 -
System Red Green Blue C M Y K H S L
Decimal 116 60 230 0.50 0.74 0 0.10 259.76 0.77 0.57
Hex 74 3C E6 32 4A 0 A 104 4D 39
Octal 164 74 346 62 112 0 12 404 115 71
Binary 1110100 111100 11100110 110010 1001010 0 1010 100000100 1001101 111001

Color Harmonies of #743CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CE6

Black with #743CE6

Text Example


Text Example

White with #743CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #743CE6;
 }
 .AnyTagClassName
 {
   color: #743CE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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