Html Css Color HEX #7D0D87 Purple

📋 copy color: '#7D0D87'

red 125 ◦ green 13 ◦ blue 135

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

Shades of Purple #7D0D87

Tints of Purple #7D0D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

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

R = 45.79%
G = 4.76%
B = 49.45%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D0D87 (or 0x7D0D87) is known color: Purple. HEX triplet: 7D, 0D and 87. RGB value is (125,13,135). Sum of RGB (Red+Green+Blue) = 125+13+135=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D0D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0D87 is #82F278. Grayscale: #3C3C3C. Windows color (decimal): -8581753 or 8850813. OLE color: 8850813.

HSL color Cylindrical-coordinate representation of color #7D0D87: hue angle of 295.08º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D87 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 13 135 -
CMYK 0.07 0.90 0 0.47
HSL 295.08º 0.82% 0.29% -
HSV(B) 295.08º 0.9% 0.53% -
XYZ 12.97 6.4 23.47 -
YUV 60.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 125 13 135 0.07 0.90 0 0.47 295.08 0.82 0.29
Hex 7D D 87 7 5A 0 2F 127 52 1D
Octal 175 15 207 7 132 0 57 447 122 35
Binary 1111101 1101 10000111 111 1011010 0 101111 100100111 1010010 11101

Color Harmonies of #7D0D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0D87

Black with #7D0D87

Text Example


Text Example

White with #7D0D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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