Html Css Color HEX #7607AB Dark Magenta

📋 copy color: '#7607AB'

red 118 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #7607AB

Tints of Dark Magenta #7607AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 39.86%
G = 2.36%
B = 57.77%

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

#7607AB (or 0x7607AB) is known color: Dark Magenta. HEX triplet: 76, 07 and AB. RGB value is (118,7,171). Sum of RGB (Red+Green+Blue) = 118+7+171=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #7607AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7607AB is #89F854. Grayscale: #3A3A3A. Windows color (decimal): -9042005 or 11208566. OLE color: 11208566.

HSL color Cylindrical-coordinate representation of color #7607AB: hue angle of 280.61º 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 #7607AB is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 7 171 -
CMYK 0.31 0.96 0 0.33
HSL 280.61º 0.92% 0.35% -
HSV(B) 280.61º 0.96% 0.67% -
XYZ 14.9 6.94 39.08 -
YUV 58.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 118 7 171 0.31 0.96 0 0.33 280.61 0.92 0.35
Hex 76 7 AB 1F 60 0 21 119 5C 23
Octal 166 7 253 37 140 0 41 431 134 43
Binary 1110110 111 10101011 11111 1100000 0 100001 100011001 1011100 100011

Color Harmonies of #7607AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7607AB

Black with #7607AB

Text Example


Text Example

White with #7607AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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