Html Css Color HEX #743FFB Blue Violet

📋 copy color: '#743FFB'

red 116 ◦ green 63 ◦ blue 251

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

Shades of Blue Violet #743FFB

Tints of Blue Violet #743FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.65%

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 26.98%
G = 14.65%
B = 58.37%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#743FFB (or 0x743FFB) is known color: Blue Violet. HEX triplet: 74, 3F and FB. RGB value is (116,63,251). Sum of RGB (Red+Green+Blue) = 116+63+251=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #743FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FFB is #8BC004. Grayscale: #636363. Windows color (decimal): -9158661 or 16465780. OLE color: 16465780.

HSL color Cylindrical-coordinate representation of color #743FFB: hue angle of 256.91º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743FFB is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 63 251 -
CMYK 0.54 0.75 0 0.02
HSL 256.91º 0.96% 0.62% -
HSV(B) 256.91º 0.75% 0.98% -
XYZ 26.39 14.23 92.62 -
YUV 100.28 213.06 139.21 -
System Red Green Blue C M Y K H S L
Decimal 116 63 251 0.54 0.75 0 0.02 256.91 0.96 0.62
Hex 74 3F FB 36 4B 0 2 101 60 3E
Octal 164 77 373 66 113 0 2 401 140 76
Binary 1110100 111111 11111011 110110 1001011 0 10 100000001 1100000 111110

Color Harmonies of #743FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FFB

Black with #743FFB

Text Example


Text Example

White with #743FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,63,251); }

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

background-color css

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

 a { background-color: rgb(116,63,251); }

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

border-color css

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

 span { border-color: rgb(116,63,251); }

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