Html Css Color HEX #7401CE Dark Violet

📋 copy color: '#7401CE'

red 116 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #7401CE

Tints of Dark Violet #7401CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 35.91%
G = 0.31%
B = 63.78%

CMYK

 C value IS 0.44

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7401CE (or 0x7401CE) is known color: Dark Violet. HEX triplet: 74, 01 and CE. RGB value is (116,1,206). Sum of RGB (Red+Green+Blue) = 116+1+206=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #7401CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7401CE is #8BFE31. Grayscale: #3A3A3A. Windows color (decimal): -9174578 or 13500788. OLE color: 13500788.

HSL color Cylindrical-coordinate representation of color #7401CE: hue angle of 273.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7401CE is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 1 206 -
CMYK 0.44 1.00 0 0.19
HSL 273.66º 0.99% 0.41% -
HSV(B) 273.66º 1% 0.81% -
XYZ 18.35 8.19 59.01 -
YUV 58.76 211.1 168.83 -
System Red Green Blue C M Y K H S L
Decimal 116 1 206 0.44 1.00 0 0.19 273.66 0.99 0.41
Hex 74 1 CE 2C 64 0 13 112 63 29
Octal 164 1 316 54 144 0 23 422 143 51
Binary 1110100 1 11001110 101100 1100100 0 10011 100010010 1100011 101001

Color Harmonies of #7401CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7401CE

Black with #7401CE

Text Example


Text Example

White with #7401CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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