Html Css Color HEX #740ADA Dark Violet

📋 copy color: '#740ADA'

red 116 ◦ green 10 ◦ blue 218

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

Shades of Dark Violet #740ADA

Tints of Dark Violet #740ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.37%

R = 33.72%
G = 2.91%
B = 63.37%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#740ADA (or 0x740ADA) is known color: Dark Violet. HEX triplet: 74, 0A and DA. RGB value is (116,10,218). Sum of RGB (Red+Green+Blue) = 116+10+218=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #740ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ADA is #8BF525. Grayscale: #404040. Windows color (decimal): -9172262 or 14289524. OLE color: 14289524.

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

Color convert

RGB 116 10 218 -
CMYK 0.47 0.95 0 0.15
HSL 270.58º 0.91% 0.45% -
HSV(B) 270.58º 0.95% 0.85% -
XYZ 19.97 8.99 67.01 -
YUV 65.41 214.12 164.09 -
System Red Green Blue C M Y K H S L
Decimal 116 10 218 0.47 0.95 0 0.15 270.58 0.91 0.45
Hex 74 A DA 2F 5F 0 F 10F 5B 2D
Octal 164 12 332 57 137 0 17 417 133 55
Binary 1110100 1010 11011010 101111 1011111 0 1111 100001111 1011011 101101

Color Harmonies of #740ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ADA

Black with #740ADA

Text Example


Text Example

White with #740ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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