Html Css Color HEX #7D1388 Purple

📋 copy color: '#7D1388'

red 125 ◦ green 19 ◦ blue 136

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

Shades of Purple #7D1388

Tints of Purple #7D1388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

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

R = 44.64%
G = 6.79%
B = 48.57%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D1388 (or 0x7D1388) is known color: Purple. HEX triplet: 7D, 13 and 88. RGB value is (125,19,136). Sum of RGB (Red+Green+Blue) = 125+19+136=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D1388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1388 is #82EC77. Grayscale: #3F3F3F. Windows color (decimal): -8580216 or 8917885. OLE color: 8917885.

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

Color convert

RGB 125 19 136 -
CMYK 0.08 0.86 0 0.47
HSL 294.36º 0.75% 0.3% -
HSV(B) 294.36º 0.86% 0.53% -
XYZ 13.13 6.6 23.87 -
YUV 64.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 125 19 136 0.08 0.86 0 0.47 294.36 0.75 0.3
Hex 7D 13 88 8 56 0 2F 126 4B 1E
Octal 175 23 210 10 126 0 57 446 113 36
Binary 1111101 10011 10001000 1000 1010110 0 101111 100100110 1001011 11110

Color Harmonies of #7D1388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1388

Black with #7D1388

Text Example


Text Example

White with #7D1388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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