Html Css Color HEX #743EDD Blue Violet

📋 copy color: '#743EDD'

red 116 ◦ green 62 ◦ blue 221

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

Shades of Blue Violet #743EDD

Tints of Blue Violet #743EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.54%

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

R = 29.07%
G = 15.54%
B = 55.39%

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

#743EDD (or 0x743EDD) is known color: Blue Violet. HEX triplet: 74, 3E and DD. RGB value is (116,62,221). Sum of RGB (Red+Green+Blue) = 116+62+221=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #743EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EDD is #8BC122. Grayscale: #5F5F5F. Windows color (decimal): -9158947 or 14499444. OLE color: 14499444.

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

Color convert

RGB 116 62 221 -
CMYK 0.48 0.72 0 0.13
HSL 260.38º 0.7% 0.55% -
HSV(B) 260.38º 0.72% 0.87% -
XYZ 21.98 12.38 69.64 -
YUV 96.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 116 62 221 0.48 0.72 0 0.13 260.38 0.7 0.55
Hex 74 3E DD 30 48 0 D 104 46 37
Octal 164 76 335 60 110 0 15 404 106 67
Binary 1110100 111110 11011101 110000 1001000 0 1101 100000100 1000110 110111

Color Harmonies of #743EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EDD

Black with #743EDD

Text Example


Text Example

White with #743EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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