Html Css Color HEX #740DD0 Dark Violet

📋 copy color: '#740DD0'

red 116 ◦ green 13 ◦ blue 208

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

Shades of Dark Violet #740DD0

Tints of Dark Violet #740DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.72%

R = 34.42%
G = 3.86%
B = 61.72%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#740DD0 (or 0x740DD0) is known color: Dark Violet. HEX triplet: 74, 0D and D0. RGB value is (116,13,208). Sum of RGB (Red+Green+Blue) = 116+13+208=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #740DD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DD0 is #8BF22F. Grayscale: #414141. Windows color (decimal): -9171504 or 13634932. OLE color: 13634932.

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

Color convert

RGB 116 13 208 -
CMYK 0.44 0.94 0 0.18
HSL 271.69º 0.88% 0.43% -
HSV(B) 271.69º 0.94% 0.82% -
XYZ 18.73 8.55 60.34 -
YUV 66.03 208.12 163.64 -
System Red Green Blue C M Y K H S L
Decimal 116 13 208 0.44 0.94 0 0.18 271.69 0.88 0.43
Hex 74 D D0 2C 5E 0 12 110 58 2B
Octal 164 15 320 54 136 0 22 420 130 53
Binary 1110100 1101 11010000 101100 1011110 0 10010 100010000 1011000 101011

Color Harmonies of #740DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DD0

Black with #740DD0

Text Example


Text Example

White with #740DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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