Html Css Color HEX #740DDC Blue Violet

📋 copy color: '#740DDC'

red 116 ◦ green 13 ◦ blue 220

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

Shades of Blue Violet #740DDC

Tints of Blue Violet #740DDC

RGB

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

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

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

R = 33.24%
G = 3.72%
B = 63.04%

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

#740DDC (or 0x740DDC) is known color: Blue Violet. HEX triplet: 74, 0D and DC. RGB value is (116,13,220). Sum of RGB (Red+Green+Blue) = 116+13+220=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #740DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DDC is #8BF223. Grayscale: #424242. Windows color (decimal): -9171492 or 14421364. OLE color: 14421364.

HSL color Cylindrical-coordinate representation of color #740DDC: hue angle of 269.86º degrees, saturation: 0.89, 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 #740DDC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 13 220 -
CMYK 0.47 0.94 0 0.14
HSL 269.86º 0.89% 0.46% -
HSV(B) 269.86º 0.94% 0.86% -
XYZ 20.26 9.17 68.41 -
YUV 67.4 214.12 162.67 -
System Red Green Blue C M Y K H S L
Decimal 116 13 220 0.47 0.94 0 0.14 269.86 0.89 0.46
Hex 74 D DC 2F 5E 0 E 10E 59 2E
Octal 164 15 334 57 136 0 16 416 131 56
Binary 1110100 1101 11011100 101111 1011110 0 1110 100001110 1011001 101110

Color Harmonies of #740DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DDC

Black with #740DDC

Text Example


Text Example

White with #740DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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