Html Css Color HEX #7B1389 Purple

📋 copy color: '#7B1389'

red 123 ◦ green 19 ◦ blue 137

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

Shades of Purple #7B1389

Tints of Purple #7B1389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 44.09%
G = 6.81%
B = 49.1%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B1389 (or 0x7B1389) is known color: Purple. HEX triplet: 7B, 13 and 89. RGB value is (123,19,137). Sum of RGB (Red+Green+Blue) = 123+19+137=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B1389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1389 is #84EC76. Grayscale: #3F3F3F. Windows color (decimal): -8711287 or 8983419. OLE color: 8983419.

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

Color convert

RGB 123 19 137 -
CMYK 0.10 0.86 0 0.46
HSL 292.88º 0.76% 0.31% -
HSV(B) 292.88º 0.86% 0.54% -
XYZ 12.92 6.48 24.24 -
YUV 63.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 123 19 137 0.10 0.86 0 0.46 292.88 0.76 0.31
Hex 7B 13 89 A 56 0 2E 125 4C 1F
Octal 173 23 211 12 126 0 56 445 114 37
Binary 1111011 10011 10001001 1010 1010110 0 101110 100100101 1001100 11111

Color Harmonies of #7B1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1389

Black with #7B1389

Text Example


Text Example

White with #7B1389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,137); }

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

background-color css

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

 a { background-color: rgb(123,19,137); }

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

border-color css

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

 span { border-color: rgb(123,19,137); }

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