Html Css Color HEX #7D158B Purple

📋 copy color: '#7D158B'

red 125 ◦ green 21 ◦ blue 139

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

Shades of Purple #7D158B

Tints of Purple #7D158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 139 (54.69% from 255) = 48.77%

R = 43.86%
G = 7.37%
B = 48.77%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D158B (or 0x7D158B) is known color: Purple. HEX triplet: 7D, 15 and 8B. RGB value is (125,21,139). Sum of RGB (Red+Green+Blue) = 125+21+139=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D158B is #82EA74. Grayscale: #414141. Windows color (decimal): -8579701 or 9115005. OLE color: 9115005.

HSL color Cylindrical-coordinate representation of color #7D158B: hue angle of 292.88º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D158B is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 21 139 -
CMYK 0.10 0.85 0 0.45
HSL 292.88º 0.74% 0.31% -
HSV(B) 292.88º 0.85% 0.55% -
XYZ 13.39 6.76 25.03 -
YUV 65.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 125 21 139 0.10 0.85 0 0.45 292.88 0.74 0.31
Hex 7D 15 8B A 55 0 2D 125 4A 1F
Octal 175 25 213 12 125 0 55 445 112 37
Binary 1111101 10101 10001011 1010 1010101 0 101101 100100101 1001010 11111

Color Harmonies of #7D158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D158B

Black with #7D158B

Text Example


Text Example

White with #7D158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,139); }

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

background-color css

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

 a { background-color: rgb(125,21,139); }

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

border-color css

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

 span { border-color: rgb(125,21,139); }

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