Html Css Color HEX #740ACE Dark Violet

📋 copy color: '#740ACE'

red 116 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #740ACE

Tints of Dark Violet #740ACE

RGB

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

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

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

R = 34.94%
G = 3.01%
B = 62.05%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#740ACE (or 0x740ACE) is known color: Dark Violet. HEX triplet: 74, 0A and CE. RGB value is (116,10,206). Sum of RGB (Red+Green+Blue) = 116+10+206=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #740ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ACE is #8BF531. Grayscale: #3F3F3F. Windows color (decimal): -9172274 or 13503092. OLE color: 13503092.

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

Color convert

RGB 116 10 206 -
CMYK 0.44 0.95 0 0.19
HSL 272.45º 0.91% 0.42% -
HSV(B) 272.45º 0.95% 0.81% -
XYZ 18.45 8.39 59.04 -
YUV 64.04 208.12 165.06 -
System Red Green Blue C M Y K H S L
Decimal 116 10 206 0.44 0.95 0 0.19 272.45 0.91 0.42
Hex 74 A CE 2C 5F 0 13 110 5B 2A
Octal 164 12 316 54 137 0 23 420 133 52
Binary 1110100 1010 11001110 101100 1011111 0 10011 100010000 1011011 101010

Color Harmonies of #740ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ACE

Black with #740ACE

Text Example


Text Example

White with #740ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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