Html Css Color HEX #7D0986 Purple

📋 copy color: '#7D0986'

red 125 ◦ green 9 ◦ blue 134

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

Shades of Purple #7D0986

Tints of Purple #7D0986

RGB

 RED value IS 125 (49.22% from 255) = 46.64%

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 134 (52.73% from 255) = 50%

R = 46.64%
G = 3.36%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D0986 (or 0x7D0986) is known color: Purple. HEX triplet: 7D, 09 and 86. RGB value is (125,9,134). Sum of RGB (Red+Green+Blue) = 125+9+134=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D0986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0986 is #82F679. Grayscale: #393939. Windows color (decimal): -8582778 or 8784253. OLE color: 8784253.

HSL color Cylindrical-coordinate representation of color #7D0986: hue angle of 295.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0986 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 9 134 -
CMYK 0.07 0.93 0 0.47
HSL 295.68º 0.87% 0.28% -
HSV(B) 295.68º 0.93% 0.53% -
XYZ 12.86 6.28 23.09 -
YUV 57.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 125 9 134 0.07 0.93 0 0.47 295.68 0.87 0.28
Hex 7D 9 86 7 5D 0 2F 128 57 1C
Octal 175 11 206 7 135 0 57 450 127 34
Binary 1111101 1001 10000110 111 1011101 0 101111 100101000 1010111 11100

Color Harmonies of #7D0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0986

Black with #7D0986

Text Example


Text Example

White with #7D0986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D0986; }

 p { color: rgb(125,9,134); }

 H1.HeaderClassName
 {
   color: #7D0986;
 }
 .AnyTagClassName
 {
   color: #7D0986;
 }
</style>

background-color css

<style>
 a { background-color: #7D0986; }

 a { background-color: rgb(125,9,134); }

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

border-color css

<style>
 span { border-color: #7D0986; }

 span { border-color: rgb(125,9,134); }

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