Html Css Color HEX #7407BC Dark Violet

📋 copy color: '#7407BC'

red 116 ◦ green 7 ◦ blue 188

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

Shades of Dark Violet #7407BC

Tints of Dark Violet #7407BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

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

R = 37.3%
G = 2.25%
B = 60.45%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7407BC (or 0x7407BC) is known color: Dark Violet. HEX triplet: 74, 07 and BC. RGB value is (116,7,188). Sum of RGB (Red+Green+Blue) = 116+7+188=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #7407BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407BC is #8BF843. Grayscale: #3B3B3B. Windows color (decimal): -9173060 or 12322676. OLE color: 12322676.

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

Color convert

RGB 116 7 188 -
CMYK 0.38 0.96 0 0.26
HSL 276.13º 0.93% 0.38% -
HSV(B) 276.13º 0.96% 0.74% -
XYZ 16.36 7.5 48.16 -
YUV 60.23 200.11 167.78 -
System Red Green Blue C M Y K H S L
Decimal 116 7 188 0.38 0.96 0 0.26 276.13 0.93 0.38
Hex 74 7 BC 26 60 0 1A 114 5D 26
Octal 164 7 274 46 140 0 32 424 135 46
Binary 1110100 111 10111100 100110 1100000 0 11010 100010100 1011101 100110

Color Harmonies of #7407BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7407BC

Black with #7407BC

Text Example


Text Example

White with #7407BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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