Html Css Color HEX #7B158D Purple

📋 copy color: '#7B158D'

red 123 ◦ green 21 ◦ blue 141

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

Shades of Purple #7B158D

Tints of Purple #7B158D

RGB

 RED value IS 123 (48.44% from 255) = 43.16%

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

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 43.16%
G = 7.37%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B158D (or 0x7B158D) is known color: Purple. HEX triplet: 7B, 15 and 8D. RGB value is (123,21,141). Sum of RGB (Red+Green+Blue) = 123+21+141=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B158D is #84EA72. Grayscale: #404040. Windows color (decimal): -8710771 or 9246075. OLE color: 9246075.

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

Color convert

RGB 123 21 141 -
CMYK 0.13 0.85 0 0.45
HSL 291º 0.74% 0.32% -
HSV(B) 291º 0.85% 0.55% -
XYZ 13.24 6.67 25.79 -
YUV 65.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 123 21 141 0.13 0.85 0 0.45 291 0.74 0.32
Hex 7B 15 8D D 55 0 2D 123 4A 20
Octal 173 25 215 15 125 0 55 443 112 40
Binary 1111011 10101 10001101 1101 1010101 0 101101 100100011 1001010 100000

Color Harmonies of #7B158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B158D

Black with #7B158D

Text Example


Text Example

White with #7B158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,141); }

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

background-color css

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

 a { background-color: rgb(123,21,141); }

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

border-color css

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

 span { border-color: rgb(123,21,141); }

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