Html Css Color HEX #743FDD Blue Violet

📋 copy color: '#743FDD'

red 116 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #743FDD

Tints of Blue Violet #743FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 29%
G = 15.75%
B = 55.25%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#743FDD (or 0x743FDD) is known color: Blue Violet. HEX triplet: 74, 3F and DD. RGB value is (116,63,221). Sum of RGB (Red+Green+Blue) = 116+63+221=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #743FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FDD is #8BC022. Grayscale: #606060. Windows color (decimal): -9158691 or 14499700. OLE color: 14499700.

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

Color convert

RGB 116 63 221 -
CMYK 0.48 0.71 0 0.13
HSL 260.13º 0.7% 0.56% -
HSV(B) 260.13º 0.71% 0.87% -
XYZ 22.03 12.49 69.66 -
YUV 96.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 116 63 221 0.48 0.71 0 0.13 260.13 0.7 0.56
Hex 74 3F DD 30 47 0 D 104 46 38
Octal 164 77 335 60 107 0 15 404 106 70
Binary 1110100 111111 11011101 110000 1000111 0 1101 100000100 1000110 111000

Color Harmonies of #743FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FDD

Black with #743FDD

Text Example


Text Example

White with #743FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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