Html Css Color HEX #7406CB Dark Violet

📋 copy color: '#7406CB'

red 116 ◦ green 6 ◦ blue 203

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

Shades of Dark Violet #7406CB

Tints of Dark Violet #7406CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 203 (79.69% from 255) = 62.46%

R = 35.69%
G = 1.85%
B = 62.46%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7406CB (or 0x7406CB) is known color: Dark Violet. HEX triplet: 74, 06 and CB. RGB value is (116,6,203). Sum of RGB (Red+Green+Blue) = 116+6+203=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #7406CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7406CB is #8BF934. Grayscale: #3C3C3C. Windows color (decimal): -9173301 or 13305460. OLE color: 13305460.

HSL color Cylindrical-coordinate representation of color #7406CB: hue angle of 273.5º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7406CB is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 6 203 -
CMYK 0.43 0.97 0 0.20
HSL 273.5º 0.94% 0.41% -
HSV(B) 273.5º 0.97% 0.8% -
XYZ 18.05 8.16 57.12 -
YUV 61.35 207.94 166.98 -
System Red Green Blue C M Y K H S L
Decimal 116 6 203 0.43 0.97 0 0.20 273.5 0.94 0.41
Hex 74 6 CB 2B 61 0 14 112 5E 29
Octal 164 6 313 53 141 0 24 422 136 51
Binary 1110100 110 11001011 101011 1100001 0 10100 100010010 1011110 101001

Color Harmonies of #7406CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7406CB

Black with #7406CB

Text Example


Text Example

White with #7406CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7406CB; }

 p { color: rgb(116,6,203); }

 H1.HeaderClassName
 {
   color: #7406CB;
 }
 .AnyTagClassName
 {
   color: #7406CB;
 }
</style>

background-color css

<style>
 a { background-color: #7406CB; }

 a { background-color: rgb(116,6,203); }

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

border-color css

<style>
 span { border-color: #7406CB; }

 span { border-color: rgb(116,6,203); }

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