Html Css Color HEX #7607AC Dark Magenta

📋 copy color: '#7607AC'

red 118 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #7607AC

Tints of Dark Magenta #7607AC

RGB

 RED value IS 118 (46.48% from 255) = 39.73%

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

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 39.73%
G = 2.36%
B = 57.91%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7607AC (or 0x7607AC) is known color: Dark Magenta. HEX triplet: 76, 07 and AC. RGB value is (118,7,172). Sum of RGB (Red+Green+Blue) = 118+7+172=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #7607AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7607AC is #89F853. Grayscale: #3A3A3A. Windows color (decimal): -9042004 or 11274102. OLE color: 11274102.

HSL color Cylindrical-coordinate representation of color #7607AC: hue angle of 280.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7607AC is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 7 172 -
CMYK 0.31 0.96 0 0.33
HSL 280.36º 0.92% 0.35% -
HSV(B) 280.36º 0.96% 0.67% -
XYZ 14.99 6.98 39.59 -
YUV 59 191.77 170.08 -
System Red Green Blue C M Y K H S L
Decimal 118 7 172 0.31 0.96 0 0.33 280.36 0.92 0.35
Hex 76 7 AC 1F 60 0 21 118 5C 23
Octal 166 7 254 37 140 0 41 430 134 43
Binary 1110110 111 10101100 11111 1100000 0 100001 100011000 1011100 100011

Color Harmonies of #7607AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7607AC

Black with #7607AC

Text Example


Text Example

White with #7607AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7607AC; }

 p { color: rgb(118,7,172); }

 H1.HeaderClassName
 {
   color: #7607AC;
 }
 .AnyTagClassName
 {
   color: #7607AC;
 }
</style>

background-color css

<style>
 a { background-color: #7607AC; }

 a { background-color: rgb(118,7,172); }

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

border-color css

<style>
 span { border-color: #7607AC; }

 span { border-color: rgb(118,7,172); }

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