Html Css Color HEX #740EDC Blue Violet

📋 copy color: '#740EDC'

red 116 ◦ green 14 ◦ blue 220

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

Shades of Blue Violet #740EDC

Tints of Blue Violet #740EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 33.14%
G = 4%
B = 62.86%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#740EDC (or 0x740EDC) is known color: Blue Violet. HEX triplet: 74, 0E and DC. RGB value is (116,14,220). Sum of RGB (Red+Green+Blue) = 116+14+220=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #740EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EDC is #8BF123. Grayscale: #434343. Windows color (decimal): -9171236 or 14421620. OLE color: 14421620.

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

Color convert

RGB 116 14 220 -
CMYK 0.47 0.94 0 0.14
HSL 269.71º 0.88% 0.46% -
HSV(B) 269.71º 0.94% 0.86% -
XYZ 20.28 9.19 68.42 -
YUV 67.98 213.79 162.25 -
System Red Green Blue C M Y K H S L
Decimal 116 14 220 0.47 0.94 0 0.14 269.71 0.88 0.46
Hex 74 E DC 2F 5E 0 E 10E 58 2E
Octal 164 16 334 57 136 0 16 416 130 56
Binary 1110100 1110 11011100 101111 1011110 0 1110 100001110 1011000 101110

Color Harmonies of #740EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EDC

Black with #740EDC

Text Example


Text Example

White with #740EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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