Html Css Color HEX #7B158B Purple

📋 copy color: '#7B158B'

red 123 ◦ green 21 ◦ blue 139

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

Shades of Purple #7B158B

Tints of Purple #7B158B

RGB

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

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

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

R = 43.46%
G = 7.42%
B = 49.12%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B158B (or 0x7B158B) is known color: Purple. HEX triplet: 7B, 15 and 8B. RGB value is (123,21,139). Sum of RGB (Red+Green+Blue) = 123+21+139=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B158B is #84EA74. Grayscale: #404040. Windows color (decimal): -8710773 or 9115003. OLE color: 9115003.

HSL color Cylindrical-coordinate representation of color #7B158B: hue angle of 291.86º 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 #7B158B is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 21 139 -
CMYK 0.12 0.85 0 0.45
HSL 291.86º 0.74% 0.31% -
HSV(B) 291.86º 0.85% 0.55% -
XYZ 13.1 6.61 25.01 -
YUV 64.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 123 21 139 0.12 0.85 0 0.45 291.86 0.74 0.31
Hex 7B 15 8B C 55 0 2D 124 4A 1F
Octal 173 25 213 14 125 0 55 444 112 37
Binary 1111011 10101 10001011 1100 1010101 0 101101 100100100 1001010 11111

Color Harmonies of #7B158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B158B

Black with #7B158B

Text Example


Text Example

White with #7B158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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