Html Css Color HEX #740ACD Dark Violet

📋 copy color: '#740ACD'

red 116 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #740ACD

Tints of Dark Violet #740ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 35.05%
G = 3.02%
B = 61.93%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#740ACD (or 0x740ACD) is known color: Dark Violet. HEX triplet: 74, 0A and CD. RGB value is (116,10,205). Sum of RGB (Red+Green+Blue) = 116+10+205=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #740ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ACD is #8BF532. Grayscale: #3F3F3F. Windows color (decimal): -9172275 or 13437556. OLE color: 13437556.

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

Color convert

RGB 116 10 205 -
CMYK 0.43 0.95 0 0.20
HSL 272.62º 0.91% 0.42% -
HSV(B) 272.62º 0.95% 0.8% -
XYZ 18.33 8.34 58.4 -
YUV 63.92 207.62 165.14 -
System Red Green Blue C M Y K H S L
Decimal 116 10 205 0.43 0.95 0 0.20 272.62 0.91 0.42
Hex 74 A CD 2B 5F 0 14 111 5B 2A
Octal 164 12 315 53 137 0 24 421 133 52
Binary 1110100 1010 11001101 101011 1011111 0 10100 100010001 1011011 101010

Color Harmonies of #740ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ACD

Black with #740ACD

Text Example


Text Example

White with #740ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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