Html Css Color HEX #7401BF Dark Violet

📋 copy color: '#7401BF'

red 116 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #7401BF

Tints of Dark Violet #7401BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.01%

R = 37.66%
G = 0.32%
B = 62.01%

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

#7401BF (or 0x7401BF) is known color: Dark Violet. HEX triplet: 74, 01 and BF. RGB value is (116,1,191). Sum of RGB (Red+Green+Blue) = 116+1+191=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #7401BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7401BF is #8BFE40. Grayscale: #383838. Windows color (decimal): -9174593 or 12517748. OLE color: 12517748.

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

Color convert

RGB 116 1 191 -
CMYK 0.39 0.99 0 0.25
HSL 276.32º 0.99% 0.38% -
HSV(B) 276.32º 0.99% 0.75% -
XYZ 16.62 7.5 49.86 -
YUV 57.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 116 1 191 0.39 0.99 0 0.25 276.32 0.99 0.38
Hex 74 1 BF 27 63 0 19 114 63 26
Octal 164 1 277 47 143 0 31 424 143 46
Binary 1110100 1 10111111 100111 1100011 0 11001 100010100 1100011 100110

Color Harmonies of #7401BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7401BF

Black with #7401BF

Text Example


Text Example

White with #7401BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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