Html Css Color HEX #743EDA Blue Violet

📋 copy color: '#743EDA'

red 116 ◦ green 62 ◦ blue 218

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

Shades of Blue Violet #743EDA

Tints of Blue Violet #743EDA

RGB

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

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

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

R = 29.29%
G = 15.66%
B = 55.05%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#743EDA (or 0x743EDA) is known color: Blue Violet. HEX triplet: 74, 3E and DA. RGB value is (116,62,218). Sum of RGB (Red+Green+Blue) = 116+62+218=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #743EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EDA is #8BC125. Grayscale: #5F5F5F. Windows color (decimal): -9158950 or 14302836. OLE color: 14302836.

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

Color convert

RGB 116 62 218 -
CMYK 0.47 0.72 0 0.15
HSL 260.77º 0.68% 0.55% -
HSV(B) 260.77º 0.72% 0.85% -
XYZ 21.58 12.22 67.55 -
YUV 95.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 116 62 218 0.47 0.72 0 0.15 260.77 0.68 0.55
Hex 74 3E DA 2F 48 0 F 105 44 37
Octal 164 76 332 57 110 0 17 405 104 67
Binary 1110100 111110 11011010 101111 1001000 0 1111 100000101 1000100 110111

Color Harmonies of #743EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EDA

Black with #743EDA

Text Example


Text Example

White with #743EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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