Html Css Color HEX #740DD9 Blue Violet

📋 copy color: '#740DD9'

red 116 ◦ green 13 ◦ blue 217

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

Shades of Blue Violet #740DD9

Tints of Blue Violet #740DD9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.76%

 BLUE value IS 217 (85.16% from 255) = 62.72%

R = 33.53%
G = 3.76%
B = 62.72%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#740DD9 (or 0x740DD9) is known color: Blue Violet. HEX triplet: 74, 0D and D9. RGB value is (116,13,217). Sum of RGB (Red+Green+Blue) = 116+13+217=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 217 (85.16% from 255 or 62.72% from 346); Max value from RGB is 217 - color contains mainly: blue. Hex color #740DD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DD9 is #8BF226. Grayscale: #424242. Windows color (decimal): -9171495 or 14224756. OLE color: 14224756.

HSL color Cylindrical-coordinate representation of color #740DD9: hue angle of 270.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740DD9 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 13 217 -
CMYK 0.47 0.94 0 0.15
HSL 270.29º 0.89% 0.45% -
HSV(B) 270.29º 0.94% 0.85% -
XYZ 19.87 9.01 66.34 -
YUV 67.05 212.62 162.91 -
System Red Green Blue C M Y K H S L
Decimal 116 13 217 0.47 0.94 0 0.15 270.29 0.89 0.45
Hex 74 D D9 2F 5E 0 F 10E 59 2D
Octal 164 15 331 57 136 0 17 416 131 55
Binary 1110100 1101 11011001 101111 1011110 0 1111 100001110 1011001 101101

Color Harmonies of #740DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DD9

Black with #740DD9

Text Example


Text Example

White with #740DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,13,217); }

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

background-color css

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

 a { background-color: rgb(116,13,217); }

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

border-color css

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

 span { border-color: rgb(116,13,217); }

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