Html Css Color HEX #740DCF Dark Violet

📋 copy color: '#740DCF'

red 116 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #740DCF

Tints of Dark Violet #740DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.61%

R = 34.52%
G = 3.87%
B = 61.61%

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

#740DCF (or 0x740DCF) is known color: Dark Violet. HEX triplet: 74, 0D and CF. RGB value is (116,13,207). Sum of RGB (Red+Green+Blue) = 116+13+207=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #740DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DCF is #8BF230. Grayscale: #414141. Windows color (decimal): -9171505 or 13569396. OLE color: 13569396.

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

Color convert

RGB 116 13 207 -
CMYK 0.44 0.94 0 0.19
HSL 271.86º 0.88% 0.43% -
HSV(B) 271.86º 0.94% 0.81% -
XYZ 18.61 8.51 59.69 -
YUV 65.91 207.62 163.73 -
System Red Green Blue C M Y K H S L
Decimal 116 13 207 0.44 0.94 0 0.19 271.86 0.88 0.43
Hex 74 D CF 2C 5E 0 13 110 58 2B
Octal 164 15 317 54 136 0 23 420 130 53
Binary 1110100 1101 11001111 101100 1011110 0 10011 100010000 1011000 101011

Color Harmonies of #740DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DCF

Black with #740DCF

Text Example


Text Example

White with #740DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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