Html Css Color HEX #7B168B Purple

📋 copy color: '#7B168B'

red 123 ◦ green 22 ◦ blue 139

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

Shades of Purple #7B168B

Tints of Purple #7B168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

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

R = 43.31%
G = 7.75%
B = 48.94%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B168B (or 0x7B168B) is known color: Purple. HEX triplet: 7B, 16 and 8B. RGB value is (123,22,139). Sum of RGB (Red+Green+Blue) = 123+22+139=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B168B is #84E974. Grayscale: #414141. Windows color (decimal): -8710517 or 9115259. OLE color: 9115259.

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

Color convert

RGB 123 22 139 -
CMYK 0.12 0.84 0 0.45
HSL 291.79º 0.73% 0.32% -
HSV(B) 291.79º 0.84% 0.55% -
XYZ 13.12 6.65 25.02 -
YUV 65.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 123 22 139 0.12 0.84 0 0.45 291.79 0.73 0.32
Hex 7B 16 8B C 54 0 2D 124 49 20
Octal 173 26 213 14 124 0 55 444 111 40
Binary 1111011 10110 10001011 1100 1010100 0 101101 100100100 1001001 100000

Color Harmonies of #7B168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B168B

Black with #7B168B

Text Example


Text Example

White with #7B168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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