Html Css Color HEX #740ACF Dark Violet

📋 copy color: '#740ACF'

red 116 ◦ green 10 ◦ blue 207

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

Shades of Dark Violet #740ACF

Tints of Dark Violet #740ACF

RGB

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

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

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

R = 34.83%
G = 3%
B = 62.16%

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

#740ACF (or 0x740ACF) is known color: Dark Violet. HEX triplet: 74, 0A and CF. RGB value is (116,10,207). Sum of RGB (Red+Green+Blue) = 116+10+207=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #740ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ACF is #8BF530. Grayscale: #3F3F3F. Windows color (decimal): -9172273 or 13568628. OLE color: 13568628.

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

Color convert

RGB 116 10 207 -
CMYK 0.44 0.95 0 0.19
HSL 272.28º 0.91% 0.43% -
HSV(B) 272.28º 0.95% 0.81% -
XYZ 18.57 8.44 59.68 -
YUV 64.15 208.62 164.98 -
System Red Green Blue C M Y K H S L
Decimal 116 10 207 0.44 0.95 0 0.19 272.28 0.91 0.43
Hex 74 A CF 2C 5F 0 13 110 5B 2B
Octal 164 12 317 54 137 0 23 420 133 53
Binary 1110100 1010 11001111 101100 1011111 0 10011 100010000 1011011 101011

Color Harmonies of #740ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ACF

Black with #740ACF

Text Example


Text Example

White with #740ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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