Html Css Color HEX #7D1C88 Dark Purple

📋 copy color: '#7D1C88'

red 125 ◦ green 28 ◦ blue 136

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

Shades of Dark Purple #7D1C88

Tints of Dark Purple #7D1C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

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

R = 43.25%
G = 9.69%
B = 47.06%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D1C88 (or 0x7D1C88) is known color: Dark Purple. HEX triplet: 7D, 1C and 88. RGB value is (125,28,136). Sum of RGB (Red+Green+Blue) = 125+28+136=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D1C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1C88 is #82E377. Grayscale: #444444. Windows color (decimal): -8577912 or 8920189. OLE color: 8920189.

HSL color Cylindrical-coordinate representation of color #7D1C88: hue angle of 293.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1C88 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 28 136 -
CMYK 0.08 0.79 0 0.47
HSL 293.89º 0.66% 0.32% -
HSV(B) 293.89º 0.79% 0.53% -
XYZ 13.32 6.97 23.94 -
YUV 69.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 125 28 136 0.08 0.79 0 0.47 293.89 0.66 0.32
Hex 7D 1C 88 8 4F 0 2F 126 42 20
Octal 175 34 210 10 117 0 57 446 102 40
Binary 1111101 11100 10001000 1000 1001111 0 101111 100100110 1000010 100000

Color Harmonies of #7D1C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1C88

Black with #7D1C88

Text Example


Text Example

White with #7D1C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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