Html Css Color HEX #743FDF Blue Violet

📋 copy color: '#743FDF'

red 116 ◦ green 63 ◦ blue 223

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

Shades of Blue Violet #743FDF

Tints of Blue Violet #743FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 28.86%
G = 15.67%
B = 55.47%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#743FDF (or 0x743FDF) is known color: Blue Violet. HEX triplet: 74, 3F and DF. RGB value is (116,63,223). Sum of RGB (Red+Green+Blue) = 116+63+223=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #743FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FDF is #8BC020. Grayscale: #606060. Windows color (decimal): -9158689 or 14630772. OLE color: 14630772.

HSL color Cylindrical-coordinate representation of color #743FDF: hue angle of 259.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743FDF is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 63 223 -
CMYK 0.48 0.72 0 0.13
HSL 259.88º 0.71% 0.56% -
HSV(B) 259.88º 0.72% 0.87% -
XYZ 22.3 12.6 71.07 -
YUV 97.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 116 63 223 0.48 0.72 0 0.13 259.88 0.71 0.56
Hex 74 3F DF 30 48 0 D 104 47 38
Octal 164 77 337 60 110 0 15 404 107 70
Binary 1110100 111111 11011111 110000 1001000 0 1101 100000100 1000111 111000

Color Harmonies of #743FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FDF

Black with #743FDF

Text Example


Text Example

White with #743FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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