Html Css Color HEX #740DCE Dark Violet

📋 copy color: '#740DCE'

red 116 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #740DCE

Tints of Dark Violet #740DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 34.63%
G = 3.88%
B = 61.49%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#740DCE (or 0x740DCE) is known color: Dark Violet. HEX triplet: 74, 0D and CE. RGB value is (116,13,206). Sum of RGB (Red+Green+Blue) = 116+13+206=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #740DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DCE is #8BF231. Grayscale: #414141. Windows color (decimal): -9171506 or 13503860. OLE color: 13503860.

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

Color convert

RGB 116 13 206 -
CMYK 0.44 0.94 0 0.19
HSL 272.02º 0.88% 0.43% -
HSV(B) 272.02º 0.94% 0.81% -
XYZ 18.49 8.46 59.05 -
YUV 65.8 207.12 163.81 -
System Red Green Blue C M Y K H S L
Decimal 116 13 206 0.44 0.94 0 0.19 272.02 0.88 0.43
Hex 74 D CE 2C 5E 0 13 110 58 2B
Octal 164 15 316 54 136 0 23 420 130 53
Binary 1110100 1101 11001110 101100 1011110 0 10011 100010000 1011000 101011

Color Harmonies of #740DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DCE

Black with #740DCE

Text Example


Text Example

White with #740DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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