Html Css Color HEX #7D0988 Purple

📋 copy color: '#7D0988'

red 125 ◦ green 9 ◦ blue 136

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

Shades of Purple #7D0988

Tints of Purple #7D0988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.37%

R = 46.3%
G = 3.33%
B = 50.37%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D0988 (or 0x7D0988) is known color: Purple. HEX triplet: 7D, 09 and 88. RGB value is (125,9,136). Sum of RGB (Red+Green+Blue) = 125+9+136=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D0988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0988 is #82F677. Grayscale: #393939. Windows color (decimal): -8582776 or 8915325. OLE color: 8915325.

HSL color Cylindrical-coordinate representation of color #7D0988: hue angle of 294.8º degrees, saturation: 0.88, 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 #7D0988 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 9 136 -
CMYK 0.08 0.93 0 0.47
HSL 294.8º 0.88% 0.28% -
HSV(B) 294.8º 0.93% 0.53% -
XYZ 13 6.33 23.83 -
YUV 58.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 125 9 136 0.08 0.93 0 0.47 294.8 0.88 0.28
Hex 7D 9 88 8 5D 0 2F 127 58 1C
Octal 175 11 210 10 135 0 57 447 130 34
Binary 1111101 1001 10001000 1000 1011101 0 101111 100100111 1011000 11100

Color Harmonies of #7D0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0988

Black with #7D0988

Text Example


Text Example

White with #7D0988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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