Html Css Color HEX #740ADC Dark Violet

📋 copy color: '#740ADC'

red 116 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #740ADC

Tints of Dark Violet #740ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.89%

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

R = 33.53%
G = 2.89%
B = 63.58%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#740ADC (or 0x740ADC) is known color: Dark Violet. HEX triplet: 74, 0A and DC. RGB value is (116,10,220). Sum of RGB (Red+Green+Blue) = 116+10+220=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #740ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ADC is #8BF523. Grayscale: #404040. Windows color (decimal): -9172260 or 14420596. OLE color: 14420596.

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

Color convert

RGB 116 10 220 -
CMYK 0.47 0.95 0 0.14
HSL 270.29º 0.91% 0.45% -
HSV(B) 270.29º 0.95% 0.86% -
XYZ 20.23 9.1 68.4 -
YUV 65.63 215.12 163.92 -
System Red Green Blue C M Y K H S L
Decimal 116 10 220 0.47 0.95 0 0.14 270.29 0.91 0.45
Hex 74 A DC 2F 5F 0 E 10E 5B 2D
Octal 164 12 334 57 137 0 16 416 133 55
Binary 1110100 1010 11011100 101111 1011111 0 1110 100001110 1011011 101101

Color Harmonies of #740ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ADC

Black with #740ADC

Text Example


Text Example

White with #740ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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