Html Css Color HEX #7401BB Dark Violet

📋 copy color: '#7401BB'

red 116 ◦ green 1 ◦ blue 187

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

Shades of Dark Violet #7401BB

Tints of Dark Violet #7401BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 38.16%
G = 0.33%
B = 61.51%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7401BB (or 0x7401BB) is known color: Dark Violet. HEX triplet: 74, 01 and BB. RGB value is (116,1,187). Sum of RGB (Red+Green+Blue) = 116+1+187=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #7401BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7401BB is #8BFE44. Grayscale: #373737. Windows color (decimal): -9174597 or 12255604. OLE color: 12255604.

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

Color convert

RGB 116 1 187 -
CMYK 0.38 0.99 0 0.27
HSL 277.1º 0.99% 0.37% -
HSV(B) 277.1º 0.99% 0.73% -
XYZ 16.18 7.32 47.57 -
YUV 56.59 201.6 170.38 -
System Red Green Blue C M Y K H S L
Decimal 116 1 187 0.38 0.99 0 0.27 277.1 0.99 0.37
Hex 74 1 BB 26 63 0 1B 115 63 25
Octal 164 1 273 46 143 0 33 425 143 45
Binary 1110100 1 10111011 100110 1100011 0 11011 100010101 1100011 100101

Color Harmonies of #7401BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7401BB

Black with #7401BB

Text Example


Text Example

White with #7401BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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