Html Css Color HEX #740EDF Blue Violet

📋 copy color: '#740EDF'

red 116 ◦ green 14 ◦ blue 223

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

Shades of Blue Violet #740EDF

Tints of Blue Violet #740EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.97%

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

R = 32.86%
G = 3.97%
B = 63.17%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#740EDF (or 0x740EDF) is known color: Blue Violet. HEX triplet: 74, 0E and DF. RGB value is (116,14,223). Sum of RGB (Red+Green+Blue) = 116+14+223=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #740EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EDF is #8BF120. Grayscale: #434343. Windows color (decimal): -9171233 or 14618228. OLE color: 14618228.

HSL color Cylindrical-coordinate representation of color #740EDF: hue angle of 269.28º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EDF is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 14 223 -
CMYK 0.48 0.94 0 0.13
HSL 269.28º 0.88% 0.46% -
HSV(B) 269.28º 0.94% 0.87% -
XYZ 20.68 9.35 70.53 -
YUV 68.32 215.29 162.01 -
System Red Green Blue C M Y K H S L
Decimal 116 14 223 0.48 0.94 0 0.13 269.28 0.88 0.46
Hex 74 E DF 30 5E 0 D 10D 58 2E
Octal 164 16 337 60 136 0 15 415 130 56
Binary 1110100 1110 11011111 110000 1011110 0 1101 100001101 1011000 101110

Color Harmonies of #740EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EDF

Black with #740EDF

Text Example


Text Example

White with #740EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740EDF; }

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

 H1.HeaderClassName
 {
   color: #740EDF;
 }
 .AnyTagClassName
 {
   color: #740EDF;
 }
</style>

background-color css

<style>
 a { background-color: #740EDF; }

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

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

border-color css

<style>
 span { border-color: #740EDF; }

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

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