Html Css Color HEX #7404BB Dark Violet

📋 copy color: '#7404BB'

red 116 ◦ green 4 ◦ blue 187

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

Shades of Dark Violet #7404BB

Tints of Dark Violet #7404BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 37.79%
G = 1.3%
B = 60.91%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7404BB (or 0x7404BB) is known color: Dark Violet. HEX triplet: 74, 04 and BB. RGB value is (116,4,187). Sum of RGB (Red+Green+Blue) = 116+4+187=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #7404BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7404BB is #8BFB44. Grayscale: #393939. Windows color (decimal): -9173829 or 12256372. OLE color: 12256372.

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

Color convert

RGB 116 4 187 -
CMYK 0.38 0.98 0 0.27
HSL 276.72º 0.96% 0.37% -
HSV(B) 276.72º 0.98% 0.73% -
XYZ 16.22 7.39 47.59 -
YUV 58.35 200.61 169.12 -
System Red Green Blue C M Y K H S L
Decimal 116 4 187 0.38 0.98 0 0.27 276.72 0.96 0.37
Hex 74 4 BB 26 62 0 1B 115 60 25
Octal 164 4 273 46 142 0 33 425 140 45
Binary 1110100 100 10111011 100110 1100010 0 11011 100010101 1100000 100101

Color Harmonies of #7404BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7404BB

Black with #7404BB

Text Example


Text Example

White with #7404BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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