Html Css Color HEX #740AC6 Dark Violet

📋 copy color: '#740AC6'

red 116 ◦ green 10 ◦ blue 198

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

Shades of Dark Violet #740AC6

Tints of Dark Violet #740AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 61.11%

R = 35.8%
G = 3.09%
B = 61.11%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#740AC6 (or 0x740AC6) is known color: Dark Violet. HEX triplet: 74, 0A and C6. RGB value is (116,10,198). Sum of RGB (Red+Green+Blue) = 116+10+198=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #740AC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AC6 is #8BF539. Grayscale: #3E3E3E. Windows color (decimal): -9172282 or 12978804. OLE color: 12978804.

HSL color Cylindrical-coordinate representation of color #740AC6: hue angle of 273.83º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740AC6 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 10 198 -
CMYK 0.41 0.95 0 0.22
HSL 273.83º 0.9% 0.41% -
HSV(B) 273.83º 0.95% 0.78% -
XYZ 17.5 8.01 54.05 -
YUV 63.13 204.12 165.71 -
System Red Green Blue C M Y K H S L
Decimal 116 10 198 0.41 0.95 0 0.22 273.83 0.9 0.41
Hex 74 A C6 29 5F 0 16 112 5A 29
Octal 164 12 306 51 137 0 26 422 132 51
Binary 1110100 1010 11000110 101001 1011111 0 10110 100010010 1011010 101001

Color Harmonies of #740AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740AC6

Black with #740AC6

Text Example


Text Example

White with #740AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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