Html Css Color HEX #7401DC Dark Violet

📋 copy color: '#7401DC'

red 116 ◦ green 1 ◦ blue 220

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

Shades of Dark Violet #7401DC

Tints of Dark Violet #7401DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 34.42%
G = 0.3%
B = 65.28%

CMYK

 C value IS 0.47

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7401DC (or 0x7401DC) is known color: Dark Violet. HEX triplet: 74, 01 and DC. RGB value is (116,1,220). Sum of RGB (Red+Green+Blue) = 116+1+220=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #7401DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7401DC is #8BFE23. Grayscale: #3B3B3B. Windows color (decimal): -9174564 or 14418292. OLE color: 14418292.

HSL color Cylindrical-coordinate representation of color #7401DC: hue angle of 271.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7401DC is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 1 220 -
CMYK 0.47 1.00 0 0.14
HSL 271.51º 0.99% 0.43% -
HSV(B) 271.51º 1% 0.86% -
XYZ 20.13 8.9 68.37 -
YUV 60.35 218.1 167.69 -
System Red Green Blue C M Y K H S L
Decimal 116 1 220 0.47 1.00 0 0.14 271.51 0.99 0.43
Hex 74 1 DC 2F 64 0 E 110 63 2B
Octal 164 1 334 57 144 0 16 420 143 53
Binary 1110100 1 11011100 101111 1100100 0 1110 100010000 1100011 101011

Color Harmonies of #7401DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7401DC

Black with #7401DC

Text Example


Text Example

White with #7401DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7401DC; }

 p { color: rgb(116,1,220); }

 H1.HeaderClassName
 {
   color: #7401DC;
 }
 .AnyTagClassName
 {
   color: #7401DC;
 }
</style>

background-color css

<style>
 a { background-color: #7401DC; }

 a { background-color: rgb(116,1,220); }

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

border-color css

<style>
 span { border-color: #7401DC; }

 span { border-color: rgb(116,1,220); }

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