Html Css Color HEX #740EDD Blue Violet

📋 copy color: '#740EDD'

red 116 ◦ green 14 ◦ blue 221

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

Shades of Blue Violet #740EDD

Tints of Blue Violet #740EDD

RGB

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

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

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

R = 33.05%
G = 3.99%
B = 62.96%

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

#740EDD (or 0x740EDD) is known color: Blue Violet. HEX triplet: 74, 0E and DD. RGB value is (116,14,221). Sum of RGB (Red+Green+Blue) = 116+14+221=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #740EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EDD is #8BF122. Grayscale: #434343. Windows color (decimal): -9171235 or 14487156. OLE color: 14487156.

HSL color Cylindrical-coordinate representation of color #740EDD: hue angle of 269.57º 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 #740EDD is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 14 221 -
CMYK 0.48 0.94 0 0.13
HSL 269.57º 0.88% 0.46% -
HSV(B) 269.57º 0.94% 0.87% -
XYZ 20.41 9.25 69.12 -
YUV 68.1 214.29 162.17 -
System Red Green Blue C M Y K H S L
Decimal 116 14 221 0.48 0.94 0 0.13 269.57 0.88 0.46
Hex 74 E DD 30 5E 0 D 10E 58 2E
Octal 164 16 335 60 136 0 15 416 130 56
Binary 1110100 1110 11011101 110000 1011110 0 1101 100001110 1011000 101110

Color Harmonies of #740EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EDD

Black with #740EDD

Text Example


Text Example

White with #740EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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