Html Css Color HEX #7400DA Dark Violet

📋 copy color: '#7400DA'

red 116 ◦ green 0 ◦ blue 218

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

Shades of Dark Violet #7400DA

Tints of Dark Violet #7400DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.73%
G = 0%
B = 65.27%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7400DA (or 0x7400DA) is known color: Dark Violet. HEX triplet: 74, 00 and DA. RGB value is (116,0,218). Sum of RGB (Red+Green+Blue) = 116+0+218=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #7400DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400DA is #8BFF25. Grayscale: #3A3A3A. Windows color (decimal): -9174822 or 14286964. OLE color: 14286964.

HSL color Cylindrical-coordinate representation of color #7400DA: hue angle of 271.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400DA is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 0 218 -
CMYK 0.47 1 0 0.15
HSL 271.93º 1% 0.43% -
HSV(B) 271.93º 1% 0.85% -
XYZ 19.86 8.77 66.98 -
YUV 59.54 217.43 168.27 -
System Red Green Blue C M Y K H S L
Decimal 116 0 218 0.47 1 0 0.15 271.93 1 0.43
Hex 74 0 DA 2F 64 0 F 110 64 2B
Octal 164 0 332 57 144 0 17 420 144 53
Binary 1110100 0 11011010 101111 1100100 0 1111 100010000 1100100 101011

Color Harmonies of #7400DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400DA

Black with #7400DA

Text Example


Text Example

White with #7400DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7400DA; }

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

 H1.HeaderClassName
 {
   color: #7400DA;
 }
 .AnyTagClassName
 {
   color: #7400DA;
 }
</style>

background-color css

<style>
 a { background-color: #7400DA; }

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

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

border-color css

<style>
 span { border-color: #7400DA; }

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

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