Html Css Color HEX #743CE7 Blue Violet

📋 copy color: '#743CE7'

red 116 ◦ green 60 ◦ blue 231

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

Shades of Blue Violet #743CE7

Tints of Blue Violet #743CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.76%

R = 28.5%
G = 14.74%
B = 56.76%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#743CE7 (or 0x743CE7) is known color: Blue Violet. HEX triplet: 74, 3C and E7. RGB value is (116,60,231). Sum of RGB (Red+Green+Blue) = 116+60+231=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #743CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743CE7 is #8BC318. Grayscale: #5F5F5F. Windows color (decimal): -9159449 or 15154292. OLE color: 15154292.

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

Color convert

RGB 116 60 231 -
CMYK 0.50 0.74 0 0.09
HSL 259.65º 0.78% 0.57% -
HSV(B) 259.65º 0.74% 0.91% -
XYZ 23.24 12.71 76.83 -
YUV 96.24 204.05 142.1 -
System Red Green Blue C M Y K H S L
Decimal 116 60 231 0.50 0.74 0 0.09 259.65 0.78 0.57
Hex 74 3C E7 32 4A 0 9 104 4E 39
Octal 164 74 347 62 112 0 11 404 116 71
Binary 1110100 111100 11100111 110010 1001010 0 1001 100000100 1001110 111001

Color Harmonies of #743CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CE7

Black with #743CE7

Text Example


Text Example

White with #743CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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