Html Css Color HEX #7401BE Dark Violet

📋 copy color: '#7401BE'

red 116 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #7401BE

Tints of Dark Violet #7401BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 37.79%
G = 0.33%
B = 61.89%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7401BE (or 0x7401BE) is known color: Dark Violet. HEX triplet: 74, 01 and BE. RGB value is (116,1,190). Sum of RGB (Red+Green+Blue) = 116+1+190=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #7401BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7401BE is #8BFE41. Grayscale: #383838. Windows color (decimal): -9174594 or 12452212. OLE color: 12452212.

HSL color Cylindrical-coordinate representation of color #7401BE: hue angle of 276.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7401BE is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 1 190 -
CMYK 0.39 0.99 0 0.25
HSL 276.51º 0.99% 0.37% -
HSV(B) 276.51º 0.99% 0.75% -
XYZ 16.51 7.45 49.28 -
YUV 56.93 203.1 170.13 -
System Red Green Blue C M Y K H S L
Decimal 116 1 190 0.39 0.99 0 0.25 276.51 0.99 0.37
Hex 74 1 BE 27 63 0 19 115 63 25
Octal 164 1 276 47 143 0 31 425 143 45
Binary 1110100 1 10111110 100111 1100011 0 11001 100010101 1100011 100101

Color Harmonies of #7401BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7401BE

Black with #7401BE

Text Example


Text Example

White with #7401BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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