Html Css Color HEX #7D0887 Purple

📋 copy color: '#7D0887'

red 125 ◦ green 8 ◦ blue 135

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

Shades of Purple #7D0887

Tints of Purple #7D0887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

 BLUE value IS 135 (53.13% from 255) = 50.37%

R = 46.64%
G = 2.99%
B = 50.37%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D0887 (or 0x7D0887) is known color: Purple. HEX triplet: 7D, 08 and 87. RGB value is (125,8,135). Sum of RGB (Red+Green+Blue) = 125+8+135=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D0887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0887 is #82F778. Grayscale: #393939. Windows color (decimal): -8583033 or 8849533. OLE color: 8849533.

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

Color convert

RGB 125 8 135 -
CMYK 0.07 0.94 0 0.47
HSL 295.28º 0.89% 0.28% -
HSV(B) 295.28º 0.94% 0.53% -
XYZ 12.92 6.28 23.45 -
YUV 57.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 125 8 135 0.07 0.94 0 0.47 295.28 0.89 0.28
Hex 7D 8 87 7 5E 0 2F 127 59 1C
Octal 175 10 207 7 136 0 57 447 131 34
Binary 1111101 1000 10000111 111 1011110 0 101111 100100111 1011001 11100

Color Harmonies of #7D0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0887

Black with #7D0887

Text Example


Text Example

White with #7D0887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,135); }

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

background-color css

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

 a { background-color: rgb(125,8,135); }

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

border-color css

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

 span { border-color: rgb(125,8,135); }

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