Html Css Color HEX #740ED2 Dark Violet

📋 copy color: '#740ED2'

red 116 ◦ green 14 ◦ blue 210

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

Shades of Dark Violet #740ED2

Tints of Dark Violet #740ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.76%

R = 34.12%
G = 4.12%
B = 61.76%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#740ED2 (or 0x740ED2) is known color: Dark Violet. HEX triplet: 74, 0E and D2. RGB value is (116,14,210). Sum of RGB (Red+Green+Blue) = 116+14+210=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #740ED2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ED2 is #8BF12D. Grayscale: #424242. Windows color (decimal): -9171246 or 13766260. OLE color: 13766260.

HSL color Cylindrical-coordinate representation of color #740ED2: hue angle of 271.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740ED2 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 14 210 -
CMYK 0.45 0.93 0 0.18
HSL 271.22º 0.88% 0.44% -
HSV(B) 271.22º 0.93% 0.82% -
XYZ 18.99 8.68 61.65 -
YUV 66.84 208.79 163.06 -
System Red Green Blue C M Y K H S L
Decimal 116 14 210 0.45 0.93 0 0.18 271.22 0.88 0.44
Hex 74 E D2 2D 5D 0 12 10F 58 2C
Octal 164 16 322 55 135 0 22 417 130 54
Binary 1110100 1110 11010010 101101 1011101 0 10010 100001111 1011000 101100

Color Harmonies of #740ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ED2

Black with #740ED2

Text Example


Text Example

White with #740ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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