Html Css Color HEX #743FDA Blue Violet

📋 copy color: '#743FDA'

red 116 ◦ green 63 ◦ blue 218

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

Shades of Blue Violet #743FDA

Tints of Blue Violet #743FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 29.22%
G = 15.87%
B = 54.91%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#743FDA (or 0x743FDA) is known color: Blue Violet. HEX triplet: 74, 3F and DA. RGB value is (116,63,218). Sum of RGB (Red+Green+Blue) = 116+63+218=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #743FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FDA is #8BC025. Grayscale: #5F5F5F. Windows color (decimal): -9158694 or 14303092. OLE color: 14303092.

HSL color Cylindrical-coordinate representation of color #743FDA: hue angle of 260.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743FDA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 63 218 -
CMYK 0.47 0.71 0 0.15
HSL 260.52º 0.68% 0.55% -
HSV(B) 260.52º 0.71% 0.85% -
XYZ 21.63 12.33 67.57 -
YUV 96.52 196.56 141.9 -
System Red Green Blue C M Y K H S L
Decimal 116 63 218 0.47 0.71 0 0.15 260.52 0.68 0.55
Hex 74 3F DA 2F 47 0 F 105 44 37
Octal 164 77 332 57 107 0 17 405 104 67
Binary 1110100 111111 11011010 101111 1000111 0 1111 100000101 1000100 110111

Color Harmonies of #743FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FDA

Black with #743FDA

Text Example


Text Example

White with #743FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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