Html Css Color HEX #7404BC Dark Violet

📋 copy color: '#7404BC'

red 116 ◦ green 4 ◦ blue 188

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

Shades of Dark Violet #7404BC

Tints of Dark Violet #7404BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.04%

R = 37.66%
G = 1.3%
B = 61.04%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7404BC (or 0x7404BC) is known color: Dark Violet. HEX triplet: 74, 04 and BC. RGB value is (116,4,188). Sum of RGB (Red+Green+Blue) = 116+4+188=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #7404BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7404BC is #8BFB43. Grayscale: #393939. Windows color (decimal): -9173828 or 12321908. OLE color: 12321908.

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

Color convert

RGB 116 4 188 -
CMYK 0.38 0.98 0 0.26
HSL 276.52º 0.96% 0.38% -
HSV(B) 276.52º 0.98% 0.74% -
XYZ 16.32 7.43 48.15 -
YUV 58.46 201.11 169.04 -
System Red Green Blue C M Y K H S L
Decimal 116 4 188 0.38 0.98 0 0.26 276.52 0.96 0.38
Hex 74 4 BC 26 62 0 1A 115 60 26
Octal 164 4 274 46 142 0 32 425 140 46
Binary 1110100 100 10111100 100110 1100010 0 11010 100010101 1100000 100110

Color Harmonies of #7404BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7404BC

Black with #7404BC

Text Example


Text Example

White with #7404BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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