Html Css Color HEX #7D0989 Purple

📋 copy color: '#7D0989'

red 125 ◦ green 9 ◦ blue 137

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

Shades of Purple #7D0989

Tints of Purple #7D0989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 46.13%
G = 3.32%
B = 50.55%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D0989 (or 0x7D0989) is known color: Purple. HEX triplet: 7D, 09 and 89. RGB value is (125,9,137). Sum of RGB (Red+Green+Blue) = 125+9+137=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D0989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0989 is #82F676. Grayscale: #393939. Windows color (decimal): -8582775 or 8980861. OLE color: 8980861.

HSL color Cylindrical-coordinate representation of color #7D0989: hue angle of 294.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0989 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 9 137 -
CMYK 0.09 0.93 0 0.46
HSL 294.38º 0.88% 0.29% -
HSV(B) 294.38º 0.93% 0.54% -
XYZ 13.07 6.36 24.21 -
YUV 58.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 125 9 137 0.09 0.93 0 0.46 294.38 0.88 0.29
Hex 7D 9 89 9 5D 0 2E 126 58 1D
Octal 175 11 211 11 135 0 56 446 130 35
Binary 1111101 1001 10001001 1001 1011101 0 101110 100100110 1011000 11101

Color Harmonies of #7D0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0989

Black with #7D0989

Text Example


Text Example

White with #7D0989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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