Html Css Color HEX #7400BB Dark Violet

📋 copy color: '#7400BB'

red 116 ◦ green 0 ◦ blue 187

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

Shades of Dark Violet #7400BB

Tints of Dark Violet #7400BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.28%
G = 0%
B = 61.72%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7400BB (or 0x7400BB) is known color: Dark Violet. HEX triplet: 74, 00 and BB. RGB value is (116,0,187). Sum of RGB (Red+Green+Blue) = 116+0+187=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #7400BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400BB is #8BFF44. Grayscale: #373737. Windows color (decimal): -9174853 or 12255348. OLE color: 12255348.

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

Color convert

RGB 116 0 187 -
CMYK 0.38 1 0 0.27
HSL 277.22º 1% 0.37% -
HSV(B) 277.22º 1% 0.73% -
XYZ 16.17 7.3 47.57 -
YUV 56 201.93 170.79 -
System Red Green Blue C M Y K H S L
Decimal 116 0 187 0.38 1 0 0.27 277.22 1 0.37
Hex 74 0 BB 26 64 0 1B 115 64 25
Octal 164 0 273 46 144 0 33 425 144 45
Binary 1110100 0 10111011 100110 1100100 0 11011 100010101 1100100 100101

Color Harmonies of #7400BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400BB

Black with #7400BB

Text Example


Text Example

White with #7400BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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